Class CfnAccessPoint.ContentTransformationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.s3objectlambda.CfnAccessPoint.ContentTransformationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPoint.ContentTransformationProperty>
- Enclosing interface:
CfnAccessPoint.ContentTransformationProperty
@Stability(Stable)
public static final class CfnAccessPoint.ContentTransformationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessPoint.ContentTransformationProperty>
A builder for
CfnAccessPoint.ContentTransformationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsLambda(IResolvable awsLambda) Sets the value ofCfnAccessPoint.ContentTransformationProperty.getAwsLambda()awsLambda(CfnAccessPoint.AwsLambdaProperty awsLambda) Sets the value ofCfnAccessPoint.ContentTransformationProperty.getAwsLambda()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsLambda
@Stability(Stable) public CfnAccessPoint.ContentTransformationProperty.Builder awsLambda(IResolvable awsLambda) Sets the value ofCfnAccessPoint.ContentTransformationProperty.getAwsLambda()- Parameters:
awsLambda- the value to be set. This parameter is required.- Returns:
this
-
awsLambda
@Stability(Stable) public CfnAccessPoint.ContentTransformationProperty.Builder awsLambda(CfnAccessPoint.AwsLambdaProperty awsLambda) Sets the value ofCfnAccessPoint.ContentTransformationProperty.getAwsLambda()- Parameters:
awsLambda- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessPoint.ContentTransformationProperty>- Returns:
- a new instance of
CfnAccessPoint.ContentTransformationProperty - Throws:
NullPointerException- if any required attribute was not provided
-