@Stability(value=Stable) public static final class CfnAccessPoint.TransformationConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPoint.TransformationConfigurationProperty>
CfnAccessPoint.TransformationConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.TransformationConfigurationProperty.Builder |
actions(List<String> actions)
Sets the value of
CfnAccessPoint.TransformationConfigurationProperty.getActions() |
CfnAccessPoint.TransformationConfigurationProperty |
build()
Builds the configured instance.
|
CfnAccessPoint.TransformationConfigurationProperty.Builder |
contentTransformation(Object contentTransformation)
|
@Stability(value=Stable) public CfnAccessPoint.TransformationConfigurationProperty.Builder actions(List<String> actions)
CfnAccessPoint.TransformationConfigurationProperty.getActions()actions - A container for the action of an Object Lambda Access Point configuration. This parameter is required.
Valid inputs are GetObject , HeadObject , ListObject , and ListObjectV2 .this@Stability(value=Stable) public CfnAccessPoint.TransformationConfigurationProperty.Builder contentTransformation(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@Stability(value=Stable) public CfnAccessPoint.TransformationConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnAccessPoint.TransformationConfigurationProperty>CfnAccessPoint.TransformationConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.