Interface TemplateLocation.Builder

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

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

    • s3Bucket

      TemplateLocation.Builder s3Bucket(String s3Bucket)

      The Amazon S3 bucket name.

      Parameters:
      s3Bucket - The Amazon S3 bucket name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Key

      The list of S3 keys identifying the data source files.

      Parameters:
      s3Key - The list of S3 keys identifying the data source files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.