| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
static StageDeploymentSummary.Builder |
StageDeploymentSummary.builder() |
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.deploymentAction(DeploymentAction deploymentAction)
The type of action of the deployment.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.deploymentAction(String deploymentAction)
The type of action of the deployment.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.deploymentId(String deploymentId)
The identifier of the deployment.
|
default StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.deploymentResult(Consumer<DeploymentResult.Builder> deploymentResult)
The result of the deployment.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.deploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.deploymentState(DeploymentState deploymentState)
The state of the deployment.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.deploymentState(String deploymentState)
The state of the deployment.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.lastUpdated(Instant lastUpdated)
The timestamp of when the deployment was last updated.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.Builder.snapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
|
StageDeploymentSummary.Builder |
StageDeploymentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StageDeploymentSummary.Builder> |
StageDeploymentSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.