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