public static final class CfnAccessPoint.TransformationConfigurationProperty.Builder
extends java.lang.Object
CfnAccessPoint.TransformationConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAccessPoint.TransformationConfigurationProperty.Builder |
actions(java.util.List<java.lang.String> actions)
Sets the value of
CfnAccessPoint.TransformationConfigurationProperty.getActions() |
CfnAccessPoint.TransformationConfigurationProperty |
build()
Builds the configured instance.
|
CfnAccessPoint.TransformationConfigurationProperty.Builder |
contentTransformation(java.lang.Object contentTransformation)
|
public CfnAccessPoint.TransformationConfigurationProperty.Builder actions(java.util.List<java.lang.String> actions)
CfnAccessPoint.TransformationConfigurationProperty.getActions()
actions
- A container for the action of an Object Lambda Access Point configuration. This parameter is required.
Valid input is GetObject
.this
public CfnAccessPoint.TransformationConfigurationProperty.Builder contentTransformation(java.lang.Object contentTransformation)
contentTransformation
- A container for the content transformation of an Object Lambda Access Point configuration. This parameter is required.
Can include the FunctionArn and FunctionPayload. For more information, see AwsLambdaTransformation in the Amazon S3 API Reference .this
public CfnAccessPoint.TransformationConfigurationProperty build()
CfnAccessPoint.TransformationConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided