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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyGroup.BuildergroupId(String groupId)The stable and unique string identifying the group.PolicyGroup.BuildergroupName(String groupName)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 Detail
-
groupName
PolicyGroup.Builder groupName(String 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
PolicyGroup.Builder groupId(String 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.
-
-