public static interface PolicyGroup.Builder extends SdkPojo, CopyableBuilder<PolicyGroup.Builder,PolicyGroup>
Modifier and Type | Method and Description |
---|---|
PolicyGroup.Builder |
groupId(String groupId)
The stable and unique string identifying the group.
|
PolicyGroup.Builder |
groupName(String groupName)
The name (friendly name, not ARN) identifying the group.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PolicyGroup.Builder groupName(String groupName)
The name (friendly name, not ARN) identifying the group.
groupName
- The name (friendly name, not ARN) identifying the group.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.
groupId
- The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers
in the IAM User Guide.Copyright © 2019. All rights reserved.