Package | Description |
---|---|
com.oracle.bmc.goldengate.requests |
Modifier and Type | Method and Description |
---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.assignableConnectionId(String assignableConnectionId)
Return the deployments to which the specified connectionId may be assigned.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.assignedConnectionId(String assignedConnectionId)
The OCID of the connection which for the deployment must be assigned.
|
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 that contains the work request.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.copy(ListDeploymentsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.displayName(String displayName)
A filter to return only the resources that match the entire ‘displayName’ given.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.fqdn(String fqdn)
A filter to return only the resources that match the ‘fqdn’ given.
|
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(LifecycleState lifecycleState)
A filter to return only the resources that match the ‘lifecycleState’ given.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.lifecycleSubState(LifecycleSubState lifecycleSubState)
A filter to return only the resources that match the ‘lifecycleSubState’ given.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
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, either ‘asc’ or ‘desc’.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.supportedConnectionType(ConnectionType supportedConnectionType)
The connection type which the deployment must support.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.toBuilder()
Return an instance of
ListDeploymentsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2023. All rights reserved.