Interface RegionReport.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RegionReport.Builder,,RegionReport> SdkBuilder<RegionReport.Builder,,RegionReport> SdkPojo
- Enclosing class:
 RegionReport
public static interface RegionReport.Builder
extends SdkPojo, CopyableBuilder<RegionReport.Builder,RegionReport> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the bucket.bucketAccountId(String bucketAccountId) The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.The name of the Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
bucket
The name of the bucket.
- Parameters:
 bucket- The name of the bucket.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
region
The name of the Region.
- Parameters:
 region- The name of the Region.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
bucketAccountId
The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.
- Parameters:
 bucketAccountId- The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -