static EBSTagSpecification.Builder |
EBSTagSpecification.builder() |
|
EBSTagSpecification.Builder |
EBSTagSpecification.Builder.propagateTags(String propagateTags) |
Determines whether to propagate the tags from the task definition to
the Amazon EBS volume.
|
EBSTagSpecification.Builder |
EBSTagSpecification.Builder.propagateTags(PropagateTags propagateTags) |
Determines whether to propagate the tags from the task definition to
the Amazon EBS volume.
|
EBSTagSpecification.Builder |
EBSTagSpecification.Builder.resourceType(String resourceType) |
The type of volume resource.
|
EBSTagSpecification.Builder |
EBSTagSpecification.Builder.resourceType(EBSResourceType resourceType) |
The type of volume resource.
|
EBSTagSpecification.Builder |
EBSTagSpecification.Builder.tags(Collection<Tag> tags) |
The tags applied to this Amazon EBS volume.
|
EBSTagSpecification.Builder |
EBSTagSpecification.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags applied to this Amazon EBS volume.
|
EBSTagSpecification.Builder |
EBSTagSpecification.Builder.tags(Tag... tags) |
The tags applied to this Amazon EBS volume.
|
EBSTagSpecification.Builder |
EBSTagSpecification.toBuilder() |
|