ListSessionsRequest.Builder |
ListSessionsRequest.Builder.bastionId(String bastionId) |
The unique identifier (OCID) of the bastion in which to list sessions.
|
static ListSessionsRequest.Builder |
ListSessionsRequest.builder() |
Return a new builder for this request object.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.copy(ListSessionsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.sessionId(String sessionId) |
The unique identifier (OCID) of the session in which to list resources.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.sessionLifecycleState(SessionLifecycleState sessionLifecycleState) |
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.sortBy(ListSessionsRequest.SortBy sortBy) |
The field to sort by.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘asc’ or ‘desc’.
|
ListSessionsRequest.Builder |
ListSessionsRequest.toBuilder() |
|