Package | Description |
---|---|
com.oracle.bmc.bastion.requests |
Modifier and Type | Method and Description |
---|---|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.bastionId(String bastionId)
The unique identifier (OCID) of the bastion in which to list resources.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.bastionLifecycleState(BastionLifecycleState bastionLifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
static ListBastionsRequest.Builder |
ListBastionsRequest.builder()
Return a new builder for this request object.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.compartmentId(String compartmentId)
The unique identifier (OCID) of the compartment in which to list resources.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.copy(ListBastionsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.name(String name)
A filter to return only resources that match the entire name given.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.sortBy(ListBastionsRequest.SortBy sortBy)
The field to sort by.
|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListBastionsRequest.Builder |
ListBastionsRequest.toBuilder()
Return an instance of
ListBastionsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2023. All rights reserved.