Package | Description |
---|---|
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
static StopWorkspaceRequest.Builder |
StopWorkspaceRequest.builder()
Return a new builder for this request object.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.copy(StopWorkspaceRequest o)
Copy method to populate the builder with values from the given instance.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.isForceOperation(Boolean isForceOperation)
Used to force close down the workspace.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.quiesceTimeout(Long quiesceTimeout)
Used to set the timeout for Data Integration to gracefully close down any running jobs
before stopping the workspace.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.toBuilder()
Return an instance of
StopWorkspaceRequest.Builder that allows you to modify request properties. |
StopWorkspaceRequest.Builder |
StopWorkspaceRequest.Builder.workspaceId(String workspaceId)
The workspace ID.
|
Copyright © 2016–2024. All rights reserved.