CopyableBuilder<TagDescription.Builder,TagDescription>
, SdkBuilder<TagDescription.Builder,TagDescription>
public static interface TagDescription.Builder extends CopyableBuilder<TagDescription.Builder,TagDescription>
Modifier and Type | Method | Description |
---|---|---|
TagDescription.Builder |
key(String key) |
The tag key.
|
TagDescription.Builder |
propagateAtLaunch(Boolean propagateAtLaunch) |
Determines whether the tag is added to new instances as they are launched in the group.
|
TagDescription.Builder |
resourceId(String resourceId) |
The name of the group.
|
TagDescription.Builder |
resourceType(String resourceType) |
The type of resource.
|
TagDescription.Builder |
value(String value) |
The tag value.
|
copy
apply, build
TagDescription.Builder resourceId(String resourceId)
The name of the group.
resourceId
- The name of the group.TagDescription.Builder resourceType(String resourceType)
The type of resource. The only supported value is auto-scaling-group
.
resourceType
- The type of resource. The only supported value is auto-scaling-group
.TagDescription.Builder key(String key)
The tag key.
key
- The tag key.TagDescription.Builder value(String value)
The tag value.
value
- The tag value.TagDescription.Builder propagateAtLaunch(Boolean propagateAtLaunch)
Determines whether the tag is added to new instances as they are launched in the group.
propagateAtLaunch
- Determines whether the tag is added to new instances as they are launched in the group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.