public static interface ListMultiRegionAccessPointsResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<ListMultiRegionAccessPointsResponse.Builder,ListMultiRegionAccessPointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMultiRegionAccessPointsResponse.Builder |
accessPoints(Collection<MultiRegionAccessPointReport> accessPoints)
The list of Multi-Region Access Points associated with the user.
|
ListMultiRegionAccessPointsResponse.Builder |
accessPoints(Consumer<MultiRegionAccessPointReport.Builder>... accessPoints)
The list of Multi-Region Access Points associated with the user.
|
ListMultiRegionAccessPointsResponse.Builder |
accessPoints(MultiRegionAccessPointReport... accessPoints)
The list of Multi-Region Access Points associated with the user.
|
ListMultiRegionAccessPointsResponse.Builder |
nextToken(String nextToken)
If the specified bucket has more Multi-Region Access Points than can be returned in one call to this action,
this field contains a continuation token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMultiRegionAccessPointsResponse.Builder accessPoints(Collection<MultiRegionAccessPointReport> accessPoints)
The list of Multi-Region Access Points associated with the user.
accessPoints - The list of Multi-Region Access Points associated with the user.ListMultiRegionAccessPointsResponse.Builder accessPoints(MultiRegionAccessPointReport... accessPoints)
The list of Multi-Region Access Points associated with the user.
accessPoints - The list of Multi-Region Access Points associated with the user.ListMultiRegionAccessPointsResponse.Builder accessPoints(Consumer<MultiRegionAccessPointReport.Builder>... accessPoints)
The list of Multi-Region Access Points associated with the user.
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 #accessPoints(List.
accessPoints - a consumer that will call methods on
MultiRegionAccessPointReport.Builder#accessPoints(java.util.Collection) ListMultiRegionAccessPointsResponse.Builder nextToken(String nextToken)
If the specified bucket has more Multi-Region Access Points than can be returned in one call to this action, this field contains a continuation token. You can use this token tin subsequent calls to this action to retrieve additional Multi-Region Access Points.
nextToken - If the specified bucket has more Multi-Region Access Points than can be returned in one call to this
action, this field contains a continuation token. You can use this token tin subsequent calls to this
action to retrieve additional Multi-Region Access Points.Copyright © 2022. All rights reserved.