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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessReportS3Location.BuilderbucketName(String bucketName)The S3 bucket name of the output reports.BusinessReportS3Location.Builderpath(String path)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 Detail
-
path
BusinessReportS3Location.Builder path(String 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.
-
-