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)
Deprecated.
This field is deprecated. We recommend not using the field when using
ListAttributeGroupsForApplication.
|
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.@Deprecated AttributeGroupDetails.Builder name(String name)
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication.
The name of the attribute group.
name -
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication.
The name of the attribute group.
Copyright © 2023. All rights reserved.