static FleetDeployment.Builder |
FleetDeployment.builder() |
|
FleetDeployment.Builder |
FleetDeployment.Builder.creationTime(Instant creationTime) |
A time stamp indicating when this data object was created.
|
default FleetDeployment.Builder |
FleetDeployment.Builder.deploymentConfiguration(Consumer<DeploymentConfiguration.Builder> deploymentConfiguration) |
Instructions for how to deploy updates to a container fleet and what actions to take if the deployment fails.
|
FleetDeployment.Builder |
FleetDeployment.Builder.deploymentConfiguration(DeploymentConfiguration deploymentConfiguration) |
Instructions for how to deploy updates to a container fleet and what actions to take if the deployment fails.
|
FleetDeployment.Builder |
FleetDeployment.Builder.deploymentId(String deploymentId) |
A unique identifier for the deployment.
|
FleetDeployment.Builder |
FleetDeployment.Builder.deploymentStatus(String deploymentStatus) |
The status of fleet deployment activity in the location.
|
FleetDeployment.Builder |
FleetDeployment.Builder.deploymentStatus(DeploymentStatus deploymentStatus) |
The status of fleet deployment activity in the location.
|
FleetDeployment.Builder |
FleetDeployment.Builder.fleetId(String fleetId) |
A unique identifier for the container fleet.
|
FleetDeployment.Builder |
FleetDeployment.Builder.gameServerBinaryArn(String gameServerBinaryArn) |
The unique identifier for the version of the game server container group definition that is being deployed.
|
FleetDeployment.Builder |
FleetDeployment.Builder.perInstanceBinaryArn(String perInstanceBinaryArn) |
The unique identifier for the version of the per-instance container group definition that is being deployed.
|
FleetDeployment.Builder |
FleetDeployment.Builder.rollbackGameServerBinaryArn(String rollbackGameServerBinaryArn) |
The unique identifier for the version of the game server container group definition to roll back to if
deployment fails.
|
FleetDeployment.Builder |
FleetDeployment.Builder.rollbackPerInstanceBinaryArn(String rollbackPerInstanceBinaryArn) |
The unique identifier for the version of the per-instance container group definition to roll back to if
deployment fails.
|
FleetDeployment.Builder |
FleetDeployment.toBuilder() |
|