| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskSet.Builder |
TaskSet.builder() |
TaskSet.Builder |
TaskSet.Builder.capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy associated with the task set.
|
TaskSet.Builder |
TaskSet.Builder.capacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy associated with the task set.
|
TaskSet.Builder |
TaskSet.Builder.capacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... capacityProviderStrategy)
The capacity provider strategy associated with the task set.
|
TaskSet.Builder |
TaskSet.Builder.clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that the service that hosts the task set exists in.
|
TaskSet.Builder |
TaskSet.Builder.computedDesiredCount(Integer computedDesiredCount)
The computed desired count for the task set.
|
TaskSet.Builder |
TaskSet.Builder.createdAt(Instant createdAt)
The Unix timestamp for when the task set was created.
|
TaskSet.Builder |
TaskSet.Builder.externalId(String externalId)
The external ID associated with the task set.
|
TaskSet.Builder |
TaskSet.Builder.id(String id)
The ID of the task set.
|
TaskSet.Builder |
TaskSet.Builder.launchType(LaunchType launchType)
The launch type the tasks in the task set are using.
|
TaskSet.Builder |
TaskSet.Builder.launchType(String launchType)
The launch type the tasks in the task set are using.
|
TaskSet.Builder |
TaskSet.Builder.loadBalancers(Collection<LoadBalancer> loadBalancers)
Details on a load balancer that is used with a task set.
|
TaskSet.Builder |
TaskSet.Builder.loadBalancers(Consumer<LoadBalancer.Builder>... loadBalancers)
Details on a load balancer that is used with a task set.
|
TaskSet.Builder |
TaskSet.Builder.loadBalancers(LoadBalancer... loadBalancers)
Details on a load balancer that is used with a task set.
|
default TaskSet.Builder |
TaskSet.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
The network configuration for the task set.
|
TaskSet.Builder |
TaskSet.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the task set.
|
TaskSet.Builder |
TaskSet.Builder.pendingCount(Integer pendingCount)
The number of tasks in the task set that are in the
PENDING status during a deployment. |
TaskSet.Builder |
TaskSet.Builder.platformVersion(String platformVersion)
The AWS Fargate platform version on which the tasks in the task set are running.
|
TaskSet.Builder |
TaskSet.Builder.runningCount(Integer runningCount)
The number of tasks in the task set that are in the
RUNNING status during a deployment. |
default TaskSet.Builder |
TaskSet.Builder.scale(Consumer<Scale.Builder> scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
TaskSet.Builder |
TaskSet.Builder.scale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
TaskSet.Builder |
TaskSet.Builder.serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service the task set exists in.
|
TaskSet.Builder |
TaskSet.Builder.serviceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
TaskSet.Builder |
TaskSet.Builder.serviceRegistries(Consumer<ServiceRegistry.Builder>... serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
TaskSet.Builder |
TaskSet.Builder.serviceRegistries(ServiceRegistry... serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
TaskSet.Builder |
TaskSet.Builder.stabilityStatus(StabilityStatus stabilityStatus)
The stability status, which indicates whether the task set has reached a steady state.
|
TaskSet.Builder |
TaskSet.Builder.stabilityStatus(String stabilityStatus)
The stability status, which indicates whether the task set has reached a steady state.
|
TaskSet.Builder |
TaskSet.Builder.stabilityStatusAt(Instant stabilityStatusAt)
The Unix timestamp for when the task set stability status was retrieved.
|
TaskSet.Builder |
TaskSet.Builder.startedBy(String startedBy)
The tag specified when a task set is started.
|
TaskSet.Builder |
TaskSet.Builder.status(String status)
The status of the task set.
|
TaskSet.Builder |
TaskSet.Builder.tags(Collection<Tag> tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
TaskSet.Builder |
TaskSet.Builder.tags(Consumer<Tag.Builder>... tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
TaskSet.Builder |
TaskSet.Builder.tags(Tag... tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
TaskSet.Builder |
TaskSet.Builder.taskDefinition(String taskDefinition)
The task definition the task set is using.
|
TaskSet.Builder |
TaskSet.Builder.taskSetArn(String taskSetArn)
The Amazon Resource Name (ARN) of the task set.
|
TaskSet.Builder |
TaskSet.toBuilder() |
TaskSet.Builder |
TaskSet.Builder.updatedAt(Instant updatedAt)
The Unix timestamp for when the task set was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TaskSet.Builder> |
TaskSet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteTaskSetResponse.Builder |
DeleteTaskSetResponse.Builder.taskSet(Consumer<TaskSet.Builder> taskSet)
Sets the value of the TaskSet property for this object.
|
default CreateTaskSetResponse.Builder |
CreateTaskSetResponse.Builder.taskSet(Consumer<TaskSet.Builder> taskSet)
Sets the value of the TaskSet property for this object.
|
default UpdateServicePrimaryTaskSetResponse.Builder |
UpdateServicePrimaryTaskSetResponse.Builder.taskSet(Consumer<TaskSet.Builder> taskSet)
Sets the value of the TaskSet property for this object.
|
default UpdateTaskSetResponse.Builder |
UpdateTaskSetResponse.Builder.taskSet(Consumer<TaskSet.Builder> taskSet)
Sets the value of the TaskSet property for this object.
|
Copyright © 2021. All rights reserved.