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 Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) The S3 bucket name of the output reports.The path of the business report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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.
-