Interface ListTransformersResponse.Builder

    • Method Detail

      • transformers

        ListTransformersResponse.Builder transformers​(Collection<TransformerSummary> 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

        ListTransformersResponse.Builder transformers​(TransformerSummary... 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.
      • nextToken

        ListTransformersResponse.Builder nextToken​(String 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.