static Deployment.Builder |
Deployment.builder() |
|
Deployment.Builder |
Deployment.Builder.capacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy) |
The capacity provider strategy that the deployment is using.
|
Deployment.Builder |
Deployment.Builder.capacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... capacityProviderStrategy) |
The capacity provider strategy that the deployment is using.
|
Deployment.Builder |
Deployment.Builder.capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy) |
The capacity provider strategy that the deployment is using.
|
Deployment.Builder |
Deployment.Builder.createdAt(Instant createdAt) |
The Unix timestamp for the time when the service deployment was created.
|
Deployment.Builder |
Deployment.Builder.desiredCount(Integer desiredCount) |
The most recent desired count of tasks that was specified for the service to deploy or maintain.
|
Deployment.Builder |
Deployment.Builder.failedTasks(Integer failedTasks) |
The number of consecutively failed tasks in the deployment.
|
Deployment.Builder |
Deployment.Builder.id(String id) |
The ID of the deployment.
|
Deployment.Builder |
Deployment.Builder.launchType(String launchType) |
The launch type the tasks in the service are using.
|
Deployment.Builder |
Deployment.Builder.launchType(LaunchType launchType) |
The launch type the tasks in the service are using.
|
default Deployment.Builder |
Deployment.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the awsvpc networking mode.
|
Deployment.Builder |
Deployment.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the awsvpc networking mode.
|
Deployment.Builder |
Deployment.Builder.pendingCount(Integer pendingCount) |
The number of tasks in the deployment that are in the PENDING status.
|
Deployment.Builder |
Deployment.Builder.platformFamily(String platformFamily) |
The operating system that your tasks in the service, or tasks are running on.
|
Deployment.Builder |
Deployment.Builder.platformVersion(String platformVersion) |
The platform version that your tasks in the service run on.
|
Deployment.Builder |
Deployment.Builder.rolloutState(String rolloutState) |
|
Deployment.Builder |
Deployment.Builder.rolloutState(DeploymentRolloutState rolloutState) |
|
Deployment.Builder |
Deployment.Builder.rolloutStateReason(String rolloutStateReason) |
A description of the rollout state of a deployment.
|
Deployment.Builder |
Deployment.Builder.runningCount(Integer runningCount) |
The number of tasks in the deployment that are in the RUNNING status.
|
default Deployment.Builder |
Deployment.Builder.serviceConnectConfiguration(Consumer<ServiceConnectConfiguration.Builder> serviceConnectConfiguration) |
The details of the Service Connect configuration that's used by this deployment.
|
Deployment.Builder |
Deployment.Builder.serviceConnectConfiguration(ServiceConnectConfiguration serviceConnectConfiguration) |
The details of the Service Connect configuration that's used by this deployment.
|
Deployment.Builder |
Deployment.Builder.serviceConnectResources(Collection<ServiceConnectServiceResource> serviceConnectResources) |
The list of Service Connect resources that are associated with this deployment.
|
Deployment.Builder |
Deployment.Builder.serviceConnectResources(Consumer<ServiceConnectServiceResource.Builder>... serviceConnectResources) |
The list of Service Connect resources that are associated with this deployment.
|
Deployment.Builder |
Deployment.Builder.serviceConnectResources(ServiceConnectServiceResource... serviceConnectResources) |
The list of Service Connect resources that are associated with this deployment.
|
Deployment.Builder |
Deployment.Builder.status(String status) |
The status of the deployment.
|
Deployment.Builder |
Deployment.Builder.taskDefinition(String taskDefinition) |
The most recent task definition that was specified for the tasks in the service to use.
|
Deployment.Builder |
Deployment.toBuilder() |
|
Deployment.Builder |
Deployment.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp for the time when the service deployment was last updated.
|
Deployment.Builder |
Deployment.Builder.volumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations) |
The details of the volume that was configuredAtLaunch.
|
Deployment.Builder |
Deployment.Builder.volumeConfigurations(Consumer<ServiceVolumeConfiguration.Builder>... volumeConfigurations) |
The details of the volume that was configuredAtLaunch.
|
Deployment.Builder |
Deployment.Builder.volumeConfigurations(ServiceVolumeConfiguration... volumeConfigurations) |
The details of the volume that was configuredAtLaunch.
|