ToCopyableBuilder<Tag.Builder,Tag>
@Generated("software.amazon.awssdk:codegen") public class Tag extends Object implements ToCopyableBuilder<Tag.Builder,Tag>
Describes a tag for an Auto Scaling group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Tag.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Tag.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
The tag key.
|
Boolean |
propagateAtLaunch() |
Determines whether the tag is added to new instances as they are launched in the group.
|
String |
resourceId() |
The name of the group.
|
String |
resourceType() |
The type of resource.
|
static Class<? extends Tag.Builder> |
serializableBuilderClass() |
|
Tag.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The tag value.
|
public String resourceId()
The name of the group.
public String resourceType()
The type of resource. The only supported value is auto-scaling-group
.
auto-scaling-group
.public String key()
The tag key.
public String value()
The tag value.
public Boolean propagateAtLaunch()
Determines whether the tag is added to new instances as they are launched in the group.
public Tag.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Tag.Builder,Tag>
public static Tag.Builder builder()
public static Class<? extends Tag.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.