public static interface CreateMultiRegionAccessPointInput.Builder extends SdkPojo, CopyableBuilder<CreateMultiRegionAccessPointInput.Builder,CreateMultiRegionAccessPointInput>
| Modifier and Type | Method and Description |
|---|---|
CreateMultiRegionAccessPointInput.Builder |
name(String name)
The name of the Multi-Region Access Point associated with this request.
|
default CreateMultiRegionAccessPointInput.Builder |
publicAccessBlock(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlock)
Sets the value of the PublicAccessBlock property for this object.
|
CreateMultiRegionAccessPointInput.Builder |
publicAccessBlock(PublicAccessBlockConfiguration publicAccessBlock)
Sets the value of the PublicAccessBlock property for this object.
|
CreateMultiRegionAccessPointInput.Builder |
regions(Collection<Region> regions)
The buckets in different Regions that are associated with the Multi-Region Access Point.
|
CreateMultiRegionAccessPointInput.Builder |
regions(Consumer<Region.Builder>... regions)
The buckets in different Regions that are associated with the Multi-Region Access Point.
|
CreateMultiRegionAccessPointInput.Builder |
regions(Region... regions)
The buckets in different Regions that are associated with the Multi-Region Access Point.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMultiRegionAccessPointInput.Builder name(String name)
The name of the Multi-Region Access Point associated with this request.
name - The name of the Multi-Region Access Point associated with this request.CreateMultiRegionAccessPointInput.Builder publicAccessBlock(PublicAccessBlockConfiguration publicAccessBlock)
publicAccessBlock - The new value for the PublicAccessBlock property for this object.default CreateMultiRegionAccessPointInput.Builder publicAccessBlock(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlock)
PublicAccessBlockConfiguration.Builder
avoiding the need to create one manually via PublicAccessBlockConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to publicAccessBlock(PublicAccessBlockConfiguration).
publicAccessBlock - a consumer that will call methods on PublicAccessBlockConfiguration.BuilderpublicAccessBlock(PublicAccessBlockConfiguration)CreateMultiRegionAccessPointInput.Builder regions(Collection<Region> regions)
The buckets in different Regions that are associated with the Multi-Region Access Point.
regions - The buckets in different Regions that are associated with the Multi-Region Access Point.CreateMultiRegionAccessPointInput.Builder regions(Region... regions)
The buckets in different Regions that are associated with the Multi-Region Access Point.
regions - The buckets in different Regions that are associated with the Multi-Region Access Point.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.Builder avoiding the need to create one
manually via Region.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #regions(List.
regions - a consumer that will call methods on
Region.Builder#regions(java.util.Collection) Copyright © 2023. All rights reserved.