Interface ListTemplatesResponse.Builder

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

public static interface ListTemplatesResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListTemplatesResponse.Builder,ListTemplatesResponse>
  • Method Details

    • templateSummaryList

      ListTemplatesResponse.Builder templateSummaryList(Collection<TemplateSummary> templateSummaryList)

      A structure containing information about the templates in the list.

      Parameters:
      templateSummaryList - A structure containing information about the templates in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateSummaryList

      ListTemplatesResponse.Builder templateSummaryList(TemplateSummary... templateSummaryList)

      A structure containing information about the templates in the list.

      Parameters:
      templateSummaryList - A structure containing information about the templates in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateSummaryList

      ListTemplatesResponse.Builder templateSummaryList(Consumer<TemplateSummary.Builder>... templateSummaryList)

      A structure containing information about the templates in the list.

      This is a convenience method that creates an instance of the TemplateSummary.Builder avoiding the need to create one manually via TemplateSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to templateSummaryList(List<TemplateSummary>).

      Parameters:
      templateSummaryList - a consumer that will call methods on TemplateSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListTemplatesResponse.Builder nextToken(String nextToken)

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

      Parameters:
      nextToken - The token for 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.
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      ListTemplatesResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.