Interface ListMultiRegionAccessPointsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMultiRegionAccessPointsResponse.Builder,ListMultiRegionAccessPointsResponse>,S3ControlResponse.Builder,SdkBuilder<ListMultiRegionAccessPointsResponse.Builder,ListMultiRegionAccessPointsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMultiRegionAccessPointsResponse
public static interface ListMultiRegionAccessPointsResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<ListMultiRegionAccessPointsResponse.Builder,ListMultiRegionAccessPointsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMultiRegionAccessPointsResponse.BuilderaccessPoints(Collection<MultiRegionAccessPointReport> accessPoints)The list of Multi-Region Access Points associated with the user.ListMultiRegionAccessPointsResponse.BuilderaccessPoints(Consumer<MultiRegionAccessPointReport.Builder>... accessPoints)The list of Multi-Region Access Points associated with the user.ListMultiRegionAccessPointsResponse.BuilderaccessPoints(MultiRegionAccessPointReport... accessPoints)The list of Multi-Region Access Points associated with the user.ListMultiRegionAccessPointsResponse.BuildernextToken(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accessPoints
ListMultiRegionAccessPointsResponse.Builder accessPoints(Collection<MultiRegionAccessPointReport> accessPoints)
The list of Multi-Region Access Points associated with the user.
- Parameters:
accessPoints- The list of Multi-Region Access Points associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPoints
ListMultiRegionAccessPointsResponse.Builder accessPoints(MultiRegionAccessPointReport... accessPoints)
The list of Multi-Region Access Points associated with the user.
- Parameters:
accessPoints- The list of Multi-Region Access Points associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPoints
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.Builderavoiding the need to create one manually viaMultiRegionAccessPointReport.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accessPoints(List.) - Parameters:
accessPoints- a consumer that will call methods onMultiRegionAccessPointReport.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#accessPoints(java.util.Collection)
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-