Interface ListTransformersResponse.Builder

  • Method Details

    • transformers

      Returns an array of one or more transformer objects.

      For each transformer, a TransformerSummary object is returned. The TransformerSummary contains all the details for a specific transformer.

      Parameters:
      transformers - Returns an array of one or more transformer objects.

      For each transformer, a TransformerSummary object is returned. The TransformerSummary contains all the details for a specific transformer.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transformers

      Returns an array of one or more transformer objects.

      For each transformer, a TransformerSummary object is returned. The TransformerSummary contains all the details for a specific transformer.

      Parameters:
      transformers - Returns an array of one or more transformer objects.

      For each transformer, a TransformerSummary object is returned. The TransformerSummary contains all the details for a specific transformer.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transformers

      Returns an array of one or more transformer objects.

      For each transformer, a TransformerSummary object is returned. The TransformerSummary contains all the details for a specific transformer.

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

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

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

      When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

      Parameters:
      nextToken - When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.