public static interface ListAccessPointsResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<ListAccessPointsResponse.Builder,ListAccessPointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsResponse.Builder |
accessPointList(AccessPoint... accessPointList)
Contains identification and configuration information for one or more access points associated with the
specified bucket.
|
ListAccessPointsResponse.Builder |
accessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the
specified bucket.
|
ListAccessPointsResponse.Builder |
accessPointList(Consumer<AccessPoint.Builder>... accessPointList)
Contains identification and configuration information for one or more access points associated with the
specified bucket.
|
ListAccessPointsResponse.Builder |
nextToken(String nextToken)
If the specified bucket has more access points than can be returned in one call to this API, this field
contains a continuation token that you can provide in subsequent calls to this API to retrieve additional
access points.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessPointsResponse.Builder accessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the specified bucket.
accessPointList - Contains identification and configuration information for one or more access points associated with
the specified bucket.ListAccessPointsResponse.Builder accessPointList(AccessPoint... accessPointList)
Contains identification and configuration information for one or more access points associated with the specified bucket.
accessPointList - Contains identification and configuration information for one or more access points associated with
the specified bucket.ListAccessPointsResponse.Builder accessPointList(Consumer<AccessPoint.Builder>... accessPointList)
Contains identification and configuration information for one or more access points associated with the specified bucket.
This is a convenience method that creates an instance of theAccessPoint.Builder avoiding the need to create one
manually via AccessPoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #accessPointList(List.
accessPointList - a consumer that will call methods on
AccessPoint.Builder#accessPointList(java.util.Collection) ListAccessPointsResponse.Builder nextToken(String nextToken)
If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
nextToken - If the specified bucket has more access points than can be returned in one call to this API, this
field contains a continuation token that you can provide in subsequent calls to this API to retrieve
additional access points.Copyright © 2022. All rights reserved.