public static interface AttributeGroup.Builder extends SdkPojo, CopyableBuilder<AttributeGroup.Builder,AttributeGroup>
| Modifier and Type | Method and Description |
|---|---|
AttributeGroup.Builder |
arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
AttributeGroup.Builder |
creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
AttributeGroup.Builder |
description(String description)
The description of the attribute group that the user provides.
|
AttributeGroup.Builder |
id(String id)
The globally unique attribute group identifier of the attribute group.
|
AttributeGroup.Builder |
lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
AttributeGroup.Builder |
name(String name)
The name of the attribute group.
|
AttributeGroup.Builder |
tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeGroup.Builder id(String id)
The globally unique attribute group identifier of the attribute group.
id - The globally unique attribute group identifier of the attribute group.AttributeGroup.Builder arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
arn - The Amazon resource name (ARN) that specifies the attribute group across services.AttributeGroup.Builder name(String name)
The name of the attribute group.
name - The name of the attribute group.AttributeGroup.Builder description(String description)
The description of the attribute group that the user provides.
description - The description of the attribute group that the user provides.AttributeGroup.Builder creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.AttributeGroup.Builder lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
lastUpdateTime - The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the
same as the creationTime for a newly created attribute group.AttributeGroup.Builder tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
tags - Key-value pairs you can use to associate with the attribute group.Copyright © 2022. All rights reserved.