Interface S3Configuration.Builder

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

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

    • bucketARN

      S3Configuration.Builder bucketARN(String bucketARN)

      The ARN of the S3 bucket that contains the data.

      Parameters:
      bucketARN - The ARN of the S3 bucket that contains the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileKey

      S3Configuration.Builder fileKey(String fileKey)

      The name of the object that contains the data.

      Parameters:
      fileKey - The name of the object that contains the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.