Interface OutputSource.Builder

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

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

    • outputSourceId

      OutputSource.Builder outputSourceId(String outputSourceId)

      The ID of the output source, for example the URL of an S3 bucket.

      Parameters:
      outputSourceId - The ID of the output source, for example the URL of an S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputSourceType

      OutputSource.Builder outputSourceType(String outputSourceType)

      The type of source where the association execution details are stored, for example, Amazon S3.

      Parameters:
      outputSourceType - The type of source where the association execution details are stored, for example, Amazon S3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.