Interface ReportDestination.Builder

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

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

    • s3BucketName

      ReportDestination.Builder s3BucketName(String s3BucketName)

      The unique name of the Amazon S3 bucket that receives your reports.

      Parameters:
      s3BucketName - The unique name of the Amazon S3 bucket that receives your reports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Keys

      The object key that uniquely identifies your reports in your S3 bucket.

      Parameters:
      s3Keys - The object key that uniquely identifies your reports in your S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Keys

      ReportDestination.Builder s3Keys(String... s3Keys)

      The object key that uniquely identifies your reports in your S3 bucket.

      Parameters:
      s3Keys - The object key that uniquely identifies your reports in your S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.