public static interface StageDeploymentDetails.Builder extends SdkPojo, CopyableBuilder<StageDeploymentDetails.Builder,StageDeploymentDetails>
| Modifier and Type | Method and Description |
|---|---|
StageDeploymentDetails.Builder |
created(Instant created)
The timestamp of when the stage deployment was created.
|
StageDeploymentDetails.Builder |
deploymentAction(DeploymentAction deploymentAction)
The type of action of the stage deployment.
|
StageDeploymentDetails.Builder |
deploymentAction(String deploymentAction)
The type of action of the stage deployment.
|
StageDeploymentDetails.Builder |
deploymentId(String deploymentId)
The identifier of the deployment.
|
default StageDeploymentDetails.Builder |
deploymentResult(Consumer<DeploymentResult.Builder> deploymentResult)
The result of the deployment.
|
StageDeploymentDetails.Builder |
deploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
StageDeploymentDetails.Builder |
deploymentState(DeploymentState deploymentState)
The state of the deployment.
|
StageDeploymentDetails.Builder |
deploymentState(String deploymentState)
The state of the deployment.
|
StageDeploymentDetails.Builder |
lastUpdated(Instant lastUpdated)
The timestamp of when the deployment was last updated.
|
StageDeploymentDetails.Builder |
snapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStageDeploymentDetails.Builder created(Instant created)
The timestamp of when the stage deployment was created.
created - The timestamp of when the stage deployment was created.StageDeploymentDetails.Builder deploymentAction(String deploymentAction)
The type of action of the stage deployment.
deploymentAction - The type of action of the stage deployment.DeploymentAction,
DeploymentActionStageDeploymentDetails.Builder deploymentAction(DeploymentAction deploymentAction)
The type of action of the stage deployment.
deploymentAction - The type of action of the stage deployment.DeploymentAction,
DeploymentActionStageDeploymentDetails.Builder deploymentId(String deploymentId)
The identifier of the deployment.
deploymentId - The identifier of the deployment.StageDeploymentDetails.Builder deploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
deploymentResult - The result of the deployment.default StageDeploymentDetails.Builder deploymentResult(Consumer<DeploymentResult.Builder> deploymentResult)
The result of the deployment.
This is a convenience method that creates an instance of theDeploymentResult.Builder avoiding the
need to create one manually via DeploymentResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deploymentResult(DeploymentResult).
deploymentResult - a consumer that will call methods on DeploymentResult.BuilderdeploymentResult(DeploymentResult)StageDeploymentDetails.Builder deploymentState(String deploymentState)
The state of the deployment.
deploymentState - The state of the deployment.DeploymentState,
DeploymentStateStageDeploymentDetails.Builder deploymentState(DeploymentState deploymentState)
The state of the deployment.
deploymentState - The state of the deployment.DeploymentState,
DeploymentStateStageDeploymentDetails.Builder lastUpdated(Instant lastUpdated)
The timestamp of when the deployment was last updated.
lastUpdated - The timestamp of when the deployment was last updated.StageDeploymentDetails.Builder snapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
snapshotId - The identifier of the snapshot associated with the stage deployment.Copyright © 2022. All rights reserved.