public static class ListFleetsRequest.Builder extends Object implements BmcRequest.Builder<ListFleetsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest.Builder |
applicationType(String applicationType)
A filter to return resources that match the Application Type/Product Stack given..
|
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 ID 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)
A filter to return only resources that match the entire display name given.
|
ListFleetsRequest.Builder |
environmentType(String environmentType)
A filter to return resources that match the Environment Type given.
|
ListFleetsRequest.Builder |
fleetType(Fleet.FleetType fleetType)
A filter to return fleets whose fleetType matches the given fleetType.
|
ListFleetsRequest.Builder |
id(String id)
A filter to return fleets whose id matches the given Fleet identifier
|
ListFleetsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListFleetsRequest.Builder |
lifecycleState(Fleet.LifecycleState lifecycleState)
A filter to return fleets whose lifecycleState matches the given lifecycleState.
|
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)
A token representing the position at which to start retrieving results.
|
ListFleetsRequest.Builder |
product(String product)
A filter to return resources that match the Product given.
|
ListFleetsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListFleetsRequest.Builder |
sortBy(ListFleetsRequest.SortBy sortBy)
The field to sort by.
|
ListFleetsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListFleetsRequest.Builder lifecycleState(Fleet.LifecycleState lifecycleState)
A filter to return fleets whose lifecycleState matches the given lifecycleState.
lifecycleState
- the value to setpublic ListFleetsRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
compartmentId
- the value to setpublic ListFleetsRequest.Builder fleetType(Fleet.FleetType fleetType)
A filter to return fleets whose fleetType matches the given fleetType.
fleetType
- the value to setpublic ListFleetsRequest.Builder applicationType(String applicationType)
A filter to return resources that match the Application Type/Product Stack given..
applicationType
- the value to setpublic ListFleetsRequest.Builder product(String product)
A filter to return resources that match the Product given.
product
- the value to setpublic ListFleetsRequest.Builder environmentType(String environmentType)
A filter to return resources that match the Environment Type given.
environmentType
- the value to setpublic ListFleetsRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire display name given.
displayName
- the value to setpublic ListFleetsRequest.Builder id(String id)
A filter to return fleets whose id matches the given Fleet identifier
id
- 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)
A token representing the position at which to start retrieving results. This must come
from the opc-next-page
header field of a previous response.
page
- the value to setpublic ListFleetsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
sortOrder
- the value to setpublic ListFleetsRequest.Builder sortBy(ListFleetsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.
sortBy
- the value to setpublic ListFleetsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- 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.