Interface PolicyGroup.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PolicyGroup.Builder,PolicyGroup>, SdkBuilder<PolicyGroup.Builder,PolicyGroup>, SdkPojo
Enclosing class:
PolicyGroup

public static interface PolicyGroup.Builder extends SdkPojo, CopyableBuilder<PolicyGroup.Builder,PolicyGroup>
  • Method Details

    • 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.