Interface ListWorkspacesRequest.Builder

All Superinterfaces:
AmpRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<ListWorkspacesRequest.Builder,ListWorkspacesRequest>, SdkBuilder<ListWorkspacesRequest.Builder,ListWorkspacesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListWorkspacesRequest

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

    • nextToken

      ListWorkspacesRequest.Builder nextToken(String nextToken)

      Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.

      Parameters:
      nextToken - Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alias

      Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.

      Parameters:
      alias - Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListWorkspacesRequest.Builder maxResults(Integer maxResults)

      Maximum results to return in response (default=100, maximum=1000).

      Parameters:
      maxResults - Maximum results to return in response (default=100, maximum=1000).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListWorkspacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.