static ListDeployStagesRequest.Builder |
ListDeployStagesRequest.builder() |
Return a new builder for this request object.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment in which to list resources.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.copy(ListDeployStagesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.deployPipelineId(String deployPipelineId) |
The ID of the parent pipeline.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.id(String id) |
Unique identifier or OCID for listing a single resource by ID.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.lifecycleState(DeployStage.LifecycleState lifecycleState) |
A filter to return only deployment stages that matches the given lifecycle state.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.page(String page) |
The page token representing the page at which to start retrieving results.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.sortBy(ListDeployStagesRequest.SortBy sortBy) |
The field to sort by.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use.
|
ListDeployStagesRequest.Builder |
ListDeployStagesRequest.toBuilder() |
|