public static interface SubmitMultiRegionAccessPointRoutesRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<SubmitMultiRegionAccessPointRoutesRequest.Builder,SubmitMultiRegionAccessPointRoutesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSubmitMultiRegionAccessPointRoutesRequest.Builder accountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
accountId - The Amazon Web Services account ID for the owner of the Multi-Region Access Point.SubmitMultiRegionAccessPointRoutesRequest.Builder mrap(String mrap)
The Multi-Region Access Point ARN.
mrap - The Multi-Region Access Point ARN.SubmitMultiRegionAccessPointRoutesRequest.Builder routeUpdates(Collection<MultiRegionAccessPointRoute> routeUpdates)
The different routes that make up the new route configuration. Active routes return a value of
100, and passive routes return a value of 0.
routeUpdates - The different routes that make up the new route configuration. Active routes return a value of
100, and passive routes return a value of 0.SubmitMultiRegionAccessPointRoutesRequest.Builder routeUpdates(MultiRegionAccessPointRoute... routeUpdates)
The different routes that make up the new route configuration. Active routes return a value of
100, and passive routes return a value of 0.
routeUpdates - The different routes that make up the new route configuration. Active routes return a value of
100, and passive routes return a value of 0.SubmitMultiRegionAccessPointRoutesRequest.Builder routeUpdates(Consumer<MultiRegionAccessPointRoute.Builder>... routeUpdates)
The different routes that make up the new route configuration. Active routes return a value of
100, and passive routes return a value of 0.
MultiRegionAccessPointRoute.Builder avoiding the need
to create one manually via
MultiRegionAccessPointRoute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #routeUpdates(List.
routeUpdates - a consumer that will call methods on
MultiRegionAccessPointRoute.Builder#routeUpdates(java.util.Collection) SubmitMultiRegionAccessPointRoutesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSubmitMultiRegionAccessPointRoutesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.