public static interface GetAccessPointForObjectLambdaResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetAccessPointForObjectLambdaResponse.Builder,GetAccessPointForObjectLambdaResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAccessPointForObjectLambdaResponse.Builder name(String name)
The name of the Object Lambda Access Point.
name - The name of the Object Lambda Access Point.GetAccessPointForObjectLambdaResponse.Builder publicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
Configuration to block all public access. This setting is turned on and can not be edited.
publicAccessBlockConfiguration - Configuration to block all public access. This setting is turned on and can not be edited.default GetAccessPointForObjectLambdaResponse.Builder publicAccessBlockConfiguration(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlockConfiguration)
Configuration to block all public access. This setting is turned on and can not be edited.
This is a convenience method that creates an instance of thePublicAccessBlockConfiguration.Builder
avoiding the need to create one manually via PublicAccessBlockConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
publicAccessBlockConfiguration(PublicAccessBlockConfiguration).
publicAccessBlockConfiguration - a consumer that will call methods on PublicAccessBlockConfiguration.BuilderpublicAccessBlockConfiguration(PublicAccessBlockConfiguration)GetAccessPointForObjectLambdaResponse.Builder creationDate(Instant creationDate)
The date and time when the specified Object Lambda Access Point was created.
creationDate - The date and time when the specified Object Lambda Access Point was created.GetAccessPointForObjectLambdaResponse.Builder alias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
alias - The alias of the Object Lambda Access Point.default GetAccessPointForObjectLambdaResponse.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.