static TaskSet.Builder |
TaskSet.builder() |
|
TaskSet.Builder |
TaskSet.Builder.capacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy) |
The capacity provider strategy that are associated with the task set.
|
TaskSet.Builder |
TaskSet.Builder.capacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... capacityProviderStrategy) |
The capacity provider strategy that are associated with the task set.
|
TaskSet.Builder |
TaskSet.Builder.capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy) |
The capacity provider strategy that are 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 the time when the task set was created.
|
TaskSet.Builder |
TaskSet.Builder.externalId(String externalId) |
The external ID associated with the task set.
|
default TaskSet.Builder |
TaskSet.Builder.fargateEphemeralStorage(Consumer<DeploymentEphemeralStorage.Builder> fargateEphemeralStorage) |
The Fargate ephemeral storage settings for the task set.
|
TaskSet.Builder |
TaskSet.Builder.fargateEphemeralStorage(DeploymentEphemeralStorage fargateEphemeralStorage) |
The Fargate ephemeral storage settings for the task set.
|
TaskSet.Builder |
TaskSet.Builder.id(String id) |
The ID of the task set.
|
TaskSet.Builder |
TaskSet.Builder.launchType(String launchType) |
The launch type the tasks in the task set are using.
|
TaskSet.Builder |
TaskSet.Builder.launchType(LaunchType 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 are used with a task set.
|
TaskSet.Builder |
TaskSet.Builder.loadBalancers(Consumer<LoadBalancer.Builder>... loadBalancers) |
Details on a load balancer that are used with a task set.
|
TaskSet.Builder |
TaskSet.Builder.loadBalancers(LoadBalancer... loadBalancers) |
Details on a load balancer that are 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.platformFamily(String platformFamily) |
The operating system that your tasks in the set are running on.
|
TaskSet.Builder |
TaskSet.Builder.platformVersion(String platformVersion) |
The Fargate platform version where 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 your 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 your 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 for the service discovery registries to assign to this task set.
|
TaskSet.Builder |
TaskSet.Builder.serviceRegistries(Consumer<ServiceRegistry.Builder>... serviceRegistries) |
The details for the service discovery registries to assign to this task set.
|
TaskSet.Builder |
TaskSet.Builder.serviceRegistries(ServiceRegistry... serviceRegistries) |
The details for the service discovery registries to assign to this task set.
|
TaskSet.Builder |
TaskSet.Builder.stabilityStatus(String stabilityStatus) |
The stability status.
|
TaskSet.Builder |
TaskSet.Builder.stabilityStatus(StabilityStatus stabilityStatus) |
The stability status.
|
TaskSet.Builder |
TaskSet.Builder.stabilityStatusAt(Instant stabilityStatusAt) |
The Unix timestamp for the time 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 that 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 the time when the task set was last updated.
|