public static interface AttributeGroupSummary.Builder extends SdkPojo, CopyableBuilder<AttributeGroupSummary.Builder,AttributeGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
AttributeGroupSummary.Builder |
arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
AttributeGroupSummary.Builder |
creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
AttributeGroupSummary.Builder |
description(String description)
The description of the attribute group that the user provides.
|
AttributeGroupSummary.Builder |
id(String id)
The globally unique attribute group identifier of the attribute group.
|
AttributeGroupSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
AttributeGroupSummary.Builder |
name(String name)
The name of the attribute group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeGroupSummary.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.AttributeGroupSummary.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.AttributeGroupSummary.Builder name(String name)
The name of the attribute group.
name - The name of the attribute group.AttributeGroupSummary.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.AttributeGroupSummary.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.AttributeGroupSummary.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.Copyright © 2023. All rights reserved.