public static interface ListAccessPointsForObjectLambdaResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<ListAccessPointsForObjectLambdaResponse.Builder,ListAccessPointsForObjectLambdaResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsForObjectLambdaResponse.Builder |
nextToken(String nextToken)
If the list 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.
|
ListAccessPointsForObjectLambdaResponse.Builder |
objectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
ListAccessPointsForObjectLambdaResponse.Builder |
objectLambdaAccessPointList(Consumer<ObjectLambdaAccessPoint.Builder>... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
ListAccessPointsForObjectLambdaResponse.Builder |
objectLambdaAccessPointList(ObjectLambdaAccessPoint... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessPointsForObjectLambdaResponse.Builder objectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
objectLambdaAccessPointList - Returns list of Object Lambda Access Points.ListAccessPointsForObjectLambdaResponse.Builder objectLambdaAccessPointList(ObjectLambdaAccessPoint... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
objectLambdaAccessPointList - Returns list of Object Lambda Access Points.ListAccessPointsForObjectLambdaResponse.Builder objectLambdaAccessPointList(Consumer<ObjectLambdaAccessPoint.Builder>... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #objectLambdaAccessPointList(List) .objectLambdaAccessPointList - a consumer that will call methods on List.Builder #objectLambdaAccessPointList(List) ListAccessPointsForObjectLambdaResponse.Builder nextToken(String nextToken)
If the list 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 list 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.