public static interface CreateAccessPointForObjectLambdaResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessPointForObjectLambdaResponse.Builder,CreateAccessPointForObjectLambdaResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateAccessPointForObjectLambdaResponse.Builder |
alias(Consumer<ObjectLambdaAccessPointAlias.Builder> alias)
The alias of the Object Lambda Access Point.
|
CreateAccessPointForObjectLambdaResponse.Builder |
alias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
|
CreateAccessPointForObjectLambdaResponse.Builder |
objectLambdaAccessPointArn(String objectLambdaAccessPointArn)
Specifies the ARN for the Object Lambda Access Point.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessPointForObjectLambdaResponse.Builder objectLambdaAccessPointArn(String objectLambdaAccessPointArn)
Specifies the ARN for the Object Lambda Access Point.
objectLambdaAccessPointArn - Specifies the ARN for the Object Lambda Access Point.CreateAccessPointForObjectLambdaResponse.Builder alias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
alias - The alias of the Object Lambda Access Point.default CreateAccessPointForObjectLambdaResponse.Builder alias(Consumer<ObjectLambdaAccessPointAlias.Builder> alias)
The alias of the Object Lambda Access Point.
This is a convenience method that creates an instance of theObjectLambdaAccessPointAlias.Builder
avoiding the need to create one manually via ObjectLambdaAccessPointAlias.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to alias(ObjectLambdaAccessPointAlias).
alias - a consumer that will call methods on ObjectLambdaAccessPointAlias.Builderalias(ObjectLambdaAccessPointAlias)Copyright © 2023. All rights reserved.