Interface Region.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Region.Builder,Region>,SdkBuilder<Region.Builder,Region>,SdkPojo
- Enclosing class:
- Region
public static interface Region.Builder extends SdkPojo, CopyableBuilder<Region.Builder,Region>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Region.Builderbucket(String bucket)The name of the associated bucket for the Region.Region.BuilderbucketAccountId(String bucketAccountId)The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.-
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
Region.Builder bucket(String bucket)
The name of the associated bucket for the Region.
- Parameters:
bucket- The name of the associated bucket for the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketAccountId
Region.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.
-
-