Interface ListSpacesRequest.Builder

  • Method Details

    • domainId

      ListSpacesRequest.Builder domainId(String domainId)

      Filter by domain ID.

      Parameters:
      domainId - Filter by domain ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListSpacesRequest.Builder nextToken(String nextToken)

      A token to retrieve the next page of results. Supply the same filters used on the request that returned it. Tokens expire after 24 hours.

      Parameters:
      nextToken - A token to retrieve the next page of results. Supply the same filters used on the request that returned it. Tokens expire after 24 hours.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListSpacesRequest.Builder maxResults(Integer maxResults)

      The maximum number of spaces to return per page. Defaults to 100. A page can contain fewer results than this value even when more results remain; continue while nextToken is present.

      Parameters:
      maxResults - The maximum number of spaces to return per page. Defaults to 100. A page can contain fewer results than this value even when more results remain; continue while nextToken is present.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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