static ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.builder() |
Return a new builder for this request object.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.copy(ListStreamPoolsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.id(String id) |
A filter to return only resources that match the given ID exactly.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.lifecycleState(StreamPoolSummary.LifecycleState lifecycleState) |
A filter to only return resources that match the given lifecycle state.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.name(String name) |
A filter to return only resources that match the given name exactly.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.opcRequestId(String opcRequestId) |
The unique Oracle-assigned identifier for the request.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.page(String page) |
The page at which to start retrieving results.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.sortBy(ListStreamPoolsRequest.SortBy sortBy) |
The field to sort by.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.sortOrder(ListStreamPoolsRequest.SortOrder sortOrder) |
The sort order to use, either ‘asc’ or ‘desc’.
|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.toBuilder() |
|