public static interface ListAccessPointsForObjectLambdaRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsForObjectLambdaRequest.Builder |
accountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
|
ListAccessPointsForObjectLambdaRequest.Builder |
maxResults(Integer maxResults)
The maximum number of access points that you want to include in the list.
|
ListAccessPointsForObjectLambdaRequest.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.
|
ListAccessPointsForObjectLambdaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccessPointsForObjectLambdaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessPointsForObjectLambdaRequest.Builder accountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
accountId - The account ID for the account that owns the specified Object Lambda Access Point.ListAccessPointsForObjectLambdaRequest.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.ListAccessPointsForObjectLambdaRequest.Builder maxResults(Integer maxResults)
The maximum number of access points that you want to include in the list. The response may contain fewer
access points but will never contain more. If there are more than this number of access points, then the
response will include a continuation token in the NextToken field that you can use to retrieve
the next page of access points.
maxResults - The maximum number of access points that you want to include in the list. The response may contain
fewer access points but will never contain more. If there are more than this number of access points,
then the response will include a continuation token in the NextToken field that you can
use to retrieve the next page of access points.ListAccessPointsForObjectLambdaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccessPointsForObjectLambdaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.