Interface S3ObjectSource.Builder

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

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

    • bucket

      The name of the S3 bucket that contains a template bundle.

      Parameters:
      bucket - The name of the S3 bucket that contains a template bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      The path to the S3 bucket that contains a template bundle.

      Parameters:
      key - The path to the S3 bucket that contains a template bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.