Package | Description |
---|---|
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
static ListDeploymentsRequest.Builder |
ListDeploymentsRequest.builder()
Return a new builder for this request object.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.copy(ListDeploymentsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.deployPipelineId(String deployPipelineId)
The ID of the parent pipeline.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.id(String id)
Unique identifier or OCID for listing a single resource by ID.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.lifecycleState(Deployment.LifecycleState lifecycleState)
A filter to return only Deployments that matches the given lifecycleState.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.projectId(String projectId)
unique project identifier
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.sortBy(ListDeploymentsRequest.SortBy sortBy)
The field to sort by.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
Search for DevOps resources that were created after a specific date.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.timeCreatedLessThan(Date timeCreatedLessThan)
Search for DevOps resources that were created before a specific date.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.toBuilder()
Return an instance of
ListDeploymentsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2025. All rights reserved.