public static class ListFleetsRequest.Builder extends Object implements BmcRequest.Builder<ListFleetsRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest |
build()
Build the instance of ListFleetsRequest as configured by this builder
|
ListFleetsRequest |
buildWithoutInvocationCallback() |
ListFleetsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.
|
ListFleetsRequest.Builder |
copy(ListFleetsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListFleetsRequest.Builder |
displayName(String displayName)
The display name.
|
ListFleetsRequest.Builder |
id(String id)
The ID of the Fleet.
|
ListFleetsRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListFleetsRequest.Builder |
lifecycleState(LifecycleState lifecycleState)
The state of the lifecycle.
|
ListFleetsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListFleetsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListFleetsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListFleetsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListFleetsRequest.Builder |
sortBy(SortBy sortBy)
The field to sort Fleets.
|
ListFleetsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListFleetsRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListFleetsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListFleetsRequest.Builder copy(ListFleetsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListFleetsRequest,Void>
o
- other request from which to copy valuespublic ListFleetsRequest build()
Build the instance of ListFleetsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListFleetsRequest,Void>
public ListFleetsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.
this
.public ListFleetsRequest.Builder id(String id)
The ID of the Fleet.
this
.public ListFleetsRequest.Builder lifecycleState(LifecycleState lifecycleState)
The state of the lifecycle.
this
.public ListFleetsRequest.Builder displayName(String displayName)
The display name.
this
.public ListFleetsRequest.Builder limit(Integer limit)
The maximum number of items to return.
this
.public ListFleetsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
this
.public ListFleetsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
this
.public ListFleetsRequest.Builder sortBy(SortBy sortBy)
The field to sort Fleets. Only one sort order may be provided. Default order for timeCreated, approximateJreCount, approximateInstallationCount, approximateApplicationCount and approximateManagedInstanceCount is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
this
.public ListFleetsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this
.public ListFleetsRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.