Interface ListAccessPointsForObjectLambdaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>,S3ControlRequest.Builder,SdkBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAccessPointsForObjectLambdaRequest
public static interface ListAccessPointsForObjectLambdaRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListAccessPointsForObjectLambdaRequest.Builder,ListAccessPointsForObjectLambdaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessPointsForObjectLambdaRequest.BuilderaccountId(String accountId)The account ID for the account that owns the specified Object Lambda Access Point.ListAccessPointsForObjectLambdaRequest.BuildermaxResults(Integer maxResults)The maximum number of access points that you want to include in the list.ListAccessPointsForObjectLambdaRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccessPointsForObjectLambdaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
ListAccessPointsForObjectLambdaRequest.Builder accountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
- Parameters:
accountId- The account ID for the account that owns the specified Object Lambda Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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
NextTokenfield that you can use to retrieve the next page of access points.- Parameters:
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 theNextTokenfield that you can use to retrieve the next page of access points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccessPointsForObjectLambdaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccessPointsForObjectLambdaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-