Interface CreateMultiRegionAccessPointInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateMultiRegionAccessPointInput.Builder,CreateMultiRegionAccessPointInput>,SdkBuilder<CreateMultiRegionAccessPointInput.Builder,CreateMultiRegionAccessPointInput>,SdkPojo
- Enclosing class:
- CreateMultiRegionAccessPointInput
public static interface CreateMultiRegionAccessPointInput.Builder extends SdkPojo, CopyableBuilder<CreateMultiRegionAccessPointInput.Builder,CreateMultiRegionAccessPointInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateMultiRegionAccessPointInput.Buildername(String name)The name of the Multi-Region Access Point associated with this request.default CreateMultiRegionAccessPointInput.BuilderpublicAccessBlock(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlock)Sets the value of the PublicAccessBlock property for this object.CreateMultiRegionAccessPointInput.BuilderpublicAccessBlock(PublicAccessBlockConfiguration publicAccessBlock)Sets the value of the PublicAccessBlock property for this object.CreateMultiRegionAccessPointInput.Builderregions(Collection<Region> regions)The buckets in different Regions that are associated with the Multi-Region Access Point.CreateMultiRegionAccessPointInput.Builderregions(Consumer<Region.Builder>... regions)The buckets in different Regions that are associated with the Multi-Region Access Point.CreateMultiRegionAccessPointInput.Builderregions(Region... regions)The buckets in different Regions that are associated with the 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
-
name
CreateMultiRegionAccessPointInput.Builder name(String name)
The name of the Multi-Region Access Point associated with this request.
- Parameters:
name- The name of the Multi-Region Access Point associated with this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicAccessBlock
CreateMultiRegionAccessPointInput.Builder publicAccessBlock(PublicAccessBlockConfiguration publicAccessBlock)
Sets the value of the PublicAccessBlock property for this object.- Parameters:
publicAccessBlock- The new value for the PublicAccessBlock property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicAccessBlock
default CreateMultiRegionAccessPointInput.Builder publicAccessBlock(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlock)
Sets the value of the PublicAccessBlock property for this object. This is a convenience method that creates an instance of thePublicAccessBlockConfiguration.Builderavoiding the need to create one manually viaPublicAccessBlockConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topublicAccessBlock(PublicAccessBlockConfiguration).- Parameters:
publicAccessBlock- a consumer that will call methods onPublicAccessBlockConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
publicAccessBlock(PublicAccessBlockConfiguration)
-
regions
CreateMultiRegionAccessPointInput.Builder regions(Collection<Region> regions)
The buckets in different Regions that are associated with the Multi-Region Access Point.
- Parameters:
regions- The buckets in different Regions that are associated with the Multi-Region Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
CreateMultiRegionAccessPointInput.Builder regions(Region... regions)
The buckets in different Regions that are associated with the Multi-Region Access Point.
- Parameters:
regions- The buckets in different Regions that are associated with the Multi-Region Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
CreateMultiRegionAccessPointInput.Builder regions(Consumer<Region.Builder>... regions)
The buckets in different Regions that are associated with the Multi-Region Access Point.
This is a convenience method that creates an instance of theRegion.Builderavoiding the need to create one manually viaRegion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#regions(List.) - Parameters:
regions- a consumer that will call methods onRegion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#regions(java.util.Collection)
-
-