Interface CreateGroupResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>, IdentitystoreResponse.Builder, SdkBuilder<CreateGroupResponse.Builder,CreateGroupResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateGroupResponse

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

    • groupId

      The identifier of the newly created group in the identity store.

      Parameters:
      groupId - The identifier of the newly created group in the identity store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityStoreId

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