public static interface GetAccessPointForObjectLambdaResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetAccessPointForObjectLambdaResponse.Builder,GetAccessPointForObjectLambdaResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAccessPointForObjectLambdaResponse.Builder |
creationDate(Instant creationDate)
The date and time when the specified Object Lambda Access Point was created.
|
GetAccessPointForObjectLambdaResponse.Builder |
name(String name)
The name of the Object Lambda Access Point.
|
default GetAccessPointForObjectLambdaResponse.Builder |
publicAccessBlockConfiguration(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlockConfiguration)
Configuration to block all public access.
|
GetAccessPointForObjectLambdaResponse.Builder |
publicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
Configuration to block all public access.
|
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.Copyright © 2022. All rights reserved.