Interface AttributeGroupDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttributeGroupDetails.Builder,
,AttributeGroupDetails> SdkBuilder<AttributeGroupDetails.Builder,
,AttributeGroupDetails> SdkPojo
- Enclosing class:
AttributeGroupDetails
public static interface AttributeGroupDetails.Builder
extends SdkPojo, CopyableBuilder<AttributeGroupDetails.Builder,AttributeGroupDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon resource name (ARN) that specifies the attribute group.The service principal that created the attribute group.The unique identifier of the attribute group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The unique identifier of the attribute group.
- Parameters:
id
- The unique identifier of the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon resource name (ARN) that specifies the attribute group.
- Parameters:
arn
- The Amazon resource name (ARN) that specifies the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication
.The name of the attribute group.
- Parameters:
name
-This field is no longer supported. We recommend you don't use the field when using
ListAttributeGroupsForApplication
.The name of the attribute group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The service principal that created the attribute group.
- Parameters:
createdBy
- The service principal that created the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-