Interface ListTemplatesRequest.Builder

  • Method Details

    • maxResults

      ListTemplatesRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returned nextToken value in a subsequent call.

      Parameters:
      maxResults - The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returned nextToken value in a subsequent call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListTemplatesRequest.Builder nextToken(String nextToken)

      The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.

      Parameters:
      nextToken - The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Filters the results by status, either ACTIVE or DRAFT.

      Parameters:
      status - Filters the results by status, either ACTIVE or DRAFT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Filters the results by status, either ACTIVE or DRAFT.

      Parameters:
      status - Filters the results by status, either ACTIVE or DRAFT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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