Interface GetTransformerResponse.Builder

  • Method Details

    • logGroupIdentifier

      GetTransformerResponse.Builder logGroupIdentifier(String logGroupIdentifier)

      The ARN of the log group that you specified in your request.

      Parameters:
      logGroupIdentifier - The ARN of the log group that you specified in your request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      GetTransformerResponse.Builder creationTime(Long creationTime)

      The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      creationTime - The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      GetTransformerResponse.Builder lastModifiedTime(Long lastModifiedTime)

      The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      lastModifiedTime - The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transformerConfig

      GetTransformerResponse.Builder transformerConfig(Collection<Processor> transformerConfig)

      This sructure contains the configuration of the requested transformer.

      Parameters:
      transformerConfig - This sructure contains the configuration of the requested transformer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transformerConfig

      GetTransformerResponse.Builder transformerConfig(Processor... transformerConfig)

      This sructure contains the configuration of the requested transformer.

      Parameters:
      transformerConfig - This sructure contains the configuration of the requested transformer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transformerConfig

      GetTransformerResponse.Builder transformerConfig(Consumer<Processor.Builder>... transformerConfig)

      This sructure contains the configuration of the requested transformer.

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

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

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