Interface ListStateTemplatesRequest.Builder

  • Method Details

    • nextToken

      The token to retrieve the next set of results, or null if there are no more results.

      Parameters:
      nextToken - The token to retrieve the next set of results, or null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of items to return, between 1 and 100, inclusive.

      Parameters:
      maxResults - The maximum number of items to return, between 1 and 100, inclusive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listResponseScope

      ListStateTemplatesRequest.Builder listResponseScope(String listResponseScope)

      When you set the listResponseScope parameter to METADATA_ONLY, the list response includes: state template ID, Amazon Resource Name (ARN), creation time, and last modification time.

      Parameters:
      listResponseScope - When you set the listResponseScope parameter to METADATA_ONLY, the list response includes: state template ID, Amazon Resource Name (ARN), creation time, and last modification time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • listResponseScope

      ListStateTemplatesRequest.Builder listResponseScope(ListResponseScope listResponseScope)

      When you set the listResponseScope parameter to METADATA_ONLY, the list response includes: state template ID, Amazon Resource Name (ARN), creation time, and last modification time.

      Parameters:
      listResponseScope - When you set the listResponseScope parameter to METADATA_ONLY, the list response includes: state template ID, Amazon Resource Name (ARN), creation time, and last modification time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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