Interface S3ReportLocation.Builder

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

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

    • bucketName

      S3ReportLocation.Builder bucketName(String bucketName)

      S3 bucket name.

      Parameters:
      bucketName - S3 bucket name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectKey

      S3ReportLocation.Builder objectKey(String objectKey)

      S3 key.

      Parameters:
      objectKey - S3 key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.