public static interface GetMultiRegionAccessPointResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetMultiRegionAccessPointResponse.Builder,GetMultiRegionAccessPointResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetMultiRegionAccessPointResponse.Builder |
accessPoint(Consumer<MultiRegionAccessPointReport.Builder> accessPoint)
A container element containing the details of the requested Multi-Region Access Point.
|
GetMultiRegionAccessPointResponse.Builder |
accessPoint(MultiRegionAccessPointReport accessPoint)
A container element containing the details of the requested Multi-Region Access Point.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMultiRegionAccessPointResponse.Builder accessPoint(MultiRegionAccessPointReport accessPoint)
A container element containing the details of the requested Multi-Region Access Point.
accessPoint - A container element containing the details of the requested Multi-Region Access Point.default GetMultiRegionAccessPointResponse.Builder accessPoint(Consumer<MultiRegionAccessPointReport.Builder> accessPoint)
A container element containing the details of the requested Multi-Region Access Point.
This is a convenience method that creates an instance of theMultiRegionAccessPointReport.Builder
avoiding the need to create one manually via MultiRegionAccessPointReport.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to accessPoint(MultiRegionAccessPointReport).accessPoint - a consumer that will call methods on MultiRegionAccessPointReport.BuilderaccessPoint(MultiRegionAccessPointReport)Copyright © 2022. All rights reserved.