Interface GetAccessPointForObjectLambdaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAccessPointForObjectLambdaResponse.Builder,GetAccessPointForObjectLambdaResponse>,S3ControlResponse.Builder,SdkBuilder<GetAccessPointForObjectLambdaResponse.Builder,GetAccessPointForObjectLambdaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAccessPointForObjectLambdaResponse
public static interface GetAccessPointForObjectLambdaResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetAccessPointForObjectLambdaResponse.Builder,GetAccessPointForObjectLambdaResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
name
GetAccessPointForObjectLambdaResponse.Builder name(String name)
The name of the Object Lambda Access Point.
- Parameters:
name- The name of the Object Lambda Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicAccessBlockConfiguration
GetAccessPointForObjectLambdaResponse.Builder publicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
Configuration to block all public access. This setting is turned on and can not be edited.
- Parameters:
publicAccessBlockConfiguration- Configuration to block all public access. This setting is turned on and can not be edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicAccessBlockConfiguration
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.Builderavoiding the need to create one manually viaPublicAccessBlockConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topublicAccessBlockConfiguration(PublicAccessBlockConfiguration).- Parameters:
publicAccessBlockConfiguration- a consumer that will call methods onPublicAccessBlockConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
publicAccessBlockConfiguration(PublicAccessBlockConfiguration)
-
creationDate
GetAccessPointForObjectLambdaResponse.Builder creationDate(Instant creationDate)
The date and time when the specified Object Lambda Access Point was created.
- Parameters:
creationDate- The date and time when the specified Object Lambda Access Point was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
GetAccessPointForObjectLambdaResponse.Builder alias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
- Parameters:
alias- The alias of the Object Lambda Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
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.Builderavoiding the need to create one manually viaObjectLambdaAccessPointAlias.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toalias(ObjectLambdaAccessPointAlias).- Parameters:
alias- a consumer that will call methods onObjectLambdaAccessPointAlias.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
alias(ObjectLambdaAccessPointAlias)
-
-