public static interface StageDeploymentSummary.Builder extends SdkPojo, CopyableBuilder<StageDeploymentSummary.Builder,StageDeploymentSummary>
| Modifier and Type | Method and Description |
|---|---|
StageDeploymentSummary.Builder |
deploymentAction(DeploymentAction deploymentAction)
The type of action of the deployment.
|
StageDeploymentSummary.Builder |
deploymentAction(String deploymentAction)
The type of action of the deployment.
|
StageDeploymentSummary.Builder |
deploymentId(String deploymentId)
The identifier of the deployment.
|
default StageDeploymentSummary.Builder |
deploymentResult(Consumer<DeploymentResult.Builder> deploymentResult)
The result of the deployment.
|
StageDeploymentSummary.Builder |
deploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
StageDeploymentSummary.Builder |
deploymentState(DeploymentState deploymentState)
The state of the deployment.
|
StageDeploymentSummary.Builder |
deploymentState(String deploymentState)
The state of the deployment.
|
StageDeploymentSummary.Builder |
lastUpdated(Instant lastUpdated)
The timestamp of when the deployment was last updated.
|
StageDeploymentSummary.Builder |
snapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStageDeploymentSummary.Builder deploymentAction(String deploymentAction)
The type of action of the deployment.
deploymentAction - The type of action of the deployment.DeploymentAction,
DeploymentActionStageDeploymentSummary.Builder deploymentAction(DeploymentAction deploymentAction)
The type of action of the deployment.
deploymentAction - The type of action of the deployment.DeploymentAction,
DeploymentActionStageDeploymentSummary.Builder deploymentId(String deploymentId)
The identifier of the deployment.
deploymentId - The identifier of the deployment.StageDeploymentSummary.Builder deploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
deploymentResult - The result of the deployment.default StageDeploymentSummary.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)StageDeploymentSummary.Builder deploymentState(String deploymentState)
The state of the deployment.
deploymentState - The state of the deployment.DeploymentState,
DeploymentStateStageDeploymentSummary.Builder deploymentState(DeploymentState deploymentState)
The state of the deployment.
deploymentState - The state of the deployment.DeploymentState,
DeploymentStateStageDeploymentSummary.Builder lastUpdated(Instant lastUpdated)
The timestamp of when the deployment was last updated.
lastUpdated - The timestamp of when the deployment was last updated.StageDeploymentSummary.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.