Interface Source.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Source.Builder,Source>, SdkBuilder<Source.Builder,Source>, SdkPojo
Enclosing class:
Source

@Mutable @NotThreadSafe public static interface Source.Builder extends SdkPojo, CopyableBuilder<Source.Builder,Source>
  • Method Details

    • type

      Source.Builder type(String type)

      The plugin name of the source, such as cloudwatch_logs or s3.

      Parameters:
      type - The plugin name of the source, such as cloudwatch_logs or s3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.