Class CfnAccessPointPropsMixin.TransformationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3objectlambda.CfnAccessPointPropsMixin.TransformationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPointPropsMixin.TransformationConfigurationProperty>
- Enclosing interface:
CfnAccessPointPropsMixin.TransformationConfigurationProperty
@Stability(Stable)
public static final class CfnAccessPointPropsMixin.TransformationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessPointPropsMixin.TransformationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contentTransformation(Object contentTransformation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actions
@Stability(Stable) public CfnAccessPointPropsMixin.TransformationConfigurationProperty.Builder actions(List<String> actions) - Parameters:
actions- A container for the action of an Object Lambda Access Point configuration. Valid inputs areGetObject,HeadObject,ListObject, andListObjectV2.- Returns:
this
-
contentTransformation
@Stability(Stable) public CfnAccessPointPropsMixin.TransformationConfigurationProperty.Builder contentTransformation(Object contentTransformation) Sets the value ofCfnAccessPointPropsMixin.TransformationConfigurationProperty.getContentTransformation()- Parameters:
contentTransformation- A container for the content transformation of an Object Lambda Access Point configuration. Can include the FunctionArn and FunctionPayload. For more information, see AwsLambdaTransformation in the Amazon S3 API Reference .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessPointPropsMixin.TransformationConfigurationProperty>- Returns:
- a new instance of
CfnAccessPointPropsMixin.TransformationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-