Interface PolicyGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PolicyGroup.Builder,
,PolicyGroup> SdkBuilder<PolicyGroup.Builder,
,PolicyGroup> SdkPojo
- Enclosing class:
PolicyGroup
@Mutable
@NotThreadSafe
public static interface PolicyGroup.Builder
extends SdkPojo, CopyableBuilder<PolicyGroup.Builder,PolicyGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe stable and unique string identifying the group.The name (friendly name, not ARN) identifying the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
groupName
The name (friendly name, not ARN) identifying the group.
- Parameters:
groupName
- The name (friendly name, not ARN) identifying the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.
- Parameters:
groupId
- The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-