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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegionReport.Builderbucket(String bucket)The name of the bucket.RegionReport.BuilderbucketAccountId(String bucketAccountId)The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.RegionReport.Builderregion(String region)The name of the Region.-
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
-
bucket
RegionReport.Builder bucket(String 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
RegionReport.Builder region(String 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
RegionReport.Builder bucketAccountId(String 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.
-
-