Interface BusinessReportS3Location.Builder

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

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

    • path

      The path of the business report.

      Parameters:
      path - The path of the business report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketName

      BusinessReportS3Location.Builder bucketName(String bucketName)

      The S3 bucket name of the output reports.

      Parameters:
      bucketName - The S3 bucket name of the output reports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.