Interface CreateGroupRequest.Builder

    • Method Detail

      • identityStoreId

        CreateGroupRequest.Builder identityStoreId​(String identityStoreId)

        The globally unique identifier for the identity store.

        Parameters:
        identityStoreId - The globally unique identifier for the identity store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        CreateGroupRequest.Builder displayName​(String displayName)

        A string containing the name of the group. This value is commonly displayed when the group is referenced. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.

        Parameters:
        displayName - A string containing the name of the group. This value is commonly displayed when the group is referenced. Administrator and AWSAdministrators are reserved names and can't be used for users or groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateGroupRequest.Builder description​(String description)

        A string containing the description of the group.

        Parameters:
        description - A string containing the description of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.