public static interface AwsEcsTaskDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDetails.Builder,AwsEcsTaskDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDetails.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the task.
|
AwsEcsTaskDetails.Builder |
containers(AwsEcsContainerDetails... containers)
The containers that are associated with the task.
|
AwsEcsTaskDetails.Builder |
containers(Collection<AwsEcsContainerDetails> containers)
The containers that are associated with the task.
|
AwsEcsTaskDetails.Builder |
containers(Consumer<AwsEcsContainerDetails.Builder>... containers)
The containers that are associated with the task.
|
AwsEcsTaskDetails.Builder |
createdAt(String createdAt)
The Unix timestamp for the time when the task was created.
|
AwsEcsTaskDetails.Builder |
group(String group)
The name of the task group that's associated with the task.
|
AwsEcsTaskDetails.Builder |
startedAt(String startedAt)
The Unix timestamp for the time when the task started.
|
AwsEcsTaskDetails.Builder |
startedBy(String startedBy)
The tag specified when a task is started.
|
AwsEcsTaskDetails.Builder |
taskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition that creates the task.
|
AwsEcsTaskDetails.Builder |
version(String version)
The version counter for the task.
|
AwsEcsTaskDetails.Builder |
volumes(AwsEcsTaskVolumeDetails... volumes)
Details about the data volume that is used in a task definition.
|
AwsEcsTaskDetails.Builder |
volumes(Collection<AwsEcsTaskVolumeDetails> volumes)
Details about the data volume that is used in a task definition.
|
AwsEcsTaskDetails.Builder |
volumes(Consumer<AwsEcsTaskVolumeDetails.Builder>... volumes)
Details about the data volume that is used in a task definition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDetails.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the task.
clusterArn - The Amazon Resource Name (ARN) of the cluster that hosts the task.AwsEcsTaskDetails.Builder taskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition that creates the task.
taskDefinitionArn - The ARN of the task definition that creates the task.AwsEcsTaskDetails.Builder version(String version)
The version counter for the task.
version - The version counter for the task.AwsEcsTaskDetails.Builder createdAt(String createdAt)
The Unix timestamp for the time when the task was created. More specifically, it's for the time when the task
entered the PENDING state.
createdAt - The Unix timestamp for the time when the task was created. More specifically, it's for the time when
the task entered the PENDING state.AwsEcsTaskDetails.Builder startedAt(String startedAt)
The Unix timestamp for the time when the task started. More specifically, it's for the time when the task
transitioned from the PENDING state to the RUNNING state.
startedAt - The Unix timestamp for the time when the task started. More specifically, it's for the time when the
task transitioned from the PENDING state to the RUNNING state.AwsEcsTaskDetails.Builder startedBy(String startedBy)
The tag specified when a task is started. If an Amazon ECS service started the task, the
startedBy parameter contains the deployment ID of that service.
startedBy - The tag specified when a task is started. If an Amazon ECS service started the task, the
startedBy parameter contains the deployment ID of that service.AwsEcsTaskDetails.Builder group(String group)
The name of the task group that's associated with the task.
group - The name of the task group that's associated with the task.AwsEcsTaskDetails.Builder volumes(Collection<AwsEcsTaskVolumeDetails> volumes)
Details about the data volume that is used in a task definition.
volumes - Details about the data volume that is used in a task definition.AwsEcsTaskDetails.Builder volumes(AwsEcsTaskVolumeDetails... volumes)
Details about the data volume that is used in a task definition.
volumes - Details about the data volume that is used in a task definition.AwsEcsTaskDetails.Builder volumes(Consumer<AwsEcsTaskVolumeDetails.Builder>... volumes)
Details about the data volume that is used in a task definition.
This is a convenience method that creates an instance of theAwsEcsTaskVolumeDetails.Builder avoiding the need
to create one manually via
AwsEcsTaskVolumeDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #volumes(List.
volumes - a consumer that will call methods on
AwsEcsTaskVolumeDetails.Builder#volumes(java.util.Collection) AwsEcsTaskDetails.Builder containers(Collection<AwsEcsContainerDetails> containers)
The containers that are associated with the task.
containers - The containers that are associated with the task.AwsEcsTaskDetails.Builder containers(AwsEcsContainerDetails... containers)
The containers that are associated with the task.
containers - The containers that are associated with the task.AwsEcsTaskDetails.Builder containers(Consumer<AwsEcsContainerDetails.Builder>... containers)
The containers that are associated with the task.
This is a convenience method that creates an instance of theAwsEcsContainerDetails.Builder avoiding the need to
create one manually via
AwsEcsContainerDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #containers(List.
containers - a consumer that will call methods on
AwsEcsContainerDetails.Builder#containers(java.util.Collection) Copyright © 2023. All rights reserved.