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