public static interface AttributeGroupDetails.Builder extends SdkPojo, CopyableBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>
| Modifier and Type | Method and Description |
|---|---|
AttributeGroupDetails.Builder |
arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group.
|
AttributeGroupDetails.Builder |
id(String id)
The unique identifier of the attribute group.
|
AttributeGroupDetails.Builder |
name(String name)
The name of the attribute group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeGroupDetails.Builder id(String id)
The unique identifier of the attribute group.
id - The unique identifier of the attribute group.AttributeGroupDetails.Builder arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group.
arn - The Amazon resource name (ARN) that specifies the attribute group.AttributeGroupDetails.Builder name(String name)
The name of the attribute group.
name - The name of the attribute group.Copyright © 2022. All rights reserved.