public static class ListFleetsRequest.Builder extends Object implements BmcRequest.Builder<ListFleetsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest |
build()
Build the instance of ListFleetsRequest as configured by this builder
|
ListFleetsRequest |
buildWithoutInvocationCallback()
Build the instance of ListFleetsRequest as configured by this builder
|
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 |
displayNameContains(String displayNameContains)
Filter the list with displayName contains the given value.
|
ListFleetsRequest.Builder |
id(String id)
The ID.
|
ListFleetsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor 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’.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListFleetsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.
compartmentId
- the value to setpublic ListFleetsRequest.Builder id(String id)
The ID.
id
- the value to setpublic ListFleetsRequest.Builder lifecycleState(LifecycleState lifecycleState)
The state of the lifecycle.
lifecycleState
- the value to setpublic ListFleetsRequest.Builder displayName(String displayName)
The display name.
displayName
- the value to setpublic ListFleetsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic 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.
page
- the value to setpublic ListFleetsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic 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.
sortBy
- the value to setpublic ListFleetsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListFleetsRequest.Builder displayNameContains(String displayNameContains)
Filter the list with displayName contains the given value.
displayNameContains
- the value to setpublic ListFleetsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor 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.http.client.RequestInterceptor)
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 buildWithoutInvocationCallback()
Build the instance of ListFleetsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.