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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeGroupDetails.Builderarn(String arn)The Amazon resource name (ARN) that specifies the attribute group.AttributeGroupDetails.BuildercreatedBy(String createdBy)The service principal that created the attribute group.AttributeGroupDetails.Builderid(String id)The unique identifier of the attribute group.AttributeGroupDetails.Buildername(String name)-
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 Detail
-
id
AttributeGroupDetails.Builder id(String 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
AttributeGroupDetails.Builder arn(String 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
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.
- 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
AttributeGroupDetails.Builder createdBy(String 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.
-
-