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