| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Deployment.Builder |
Deployment.builder() |
Deployment.Builder |
Deployment.Builder.capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy that the deployment is using.
|
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.createdAt(Instant createdAt)
The Unix timestamp for 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(LaunchType launchType)
The launch type the tasks in the service are using.
|
Deployment.Builder |
Deployment.Builder.launchType(String 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.platformVersion(String platformVersion)
The platform version on which your tasks in the service are running.
|
Deployment.Builder |
Deployment.Builder.rolloutState(DeploymentRolloutState rolloutState)
|
Deployment.Builder |
Deployment.Builder.rolloutState(String 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. |
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 when the service deployment was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Deployment.Builder> |
Deployment.serializableBuilderClass() |
Copyright © 2021. All rights reserved.