static ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.builder() |
Return a new builder for this request object.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment that contains the work request.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.copy(ListDeploymentVersionsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.deploymentId(String deploymentId) |
The OCID of the
deployment in which to list resources.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.deploymentType(DeploymentType deploymentType) |
The type of deployment, the value determines the exact ‘type’ of the service executed in
the deployment.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.sortBy(ListDeploymentVersionsRequest.SortBy sortBy) |
The field to sort by.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘asc’ or ‘desc’.
|
ListDeploymentVersionsRequest.Builder |
ListDeploymentVersionsRequest.toBuilder() |
|