@Stability(value=Stable) public static final class CfnAccessPointPolicyProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPointPolicyProps>
CfnAccessPointPolicyProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPointPolicyProps |
build()
Builds the configured instance.
|
CfnAccessPointPolicyProps.Builder |
objectLambdaAccessPoint(String objectLambdaAccessPoint)
Sets the value of
CfnAccessPointPolicyProps.getObjectLambdaAccessPoint() |
CfnAccessPointPolicyProps.Builder |
policyDocument(Object policyDocument)
Sets the value of
CfnAccessPointPolicyProps.getPolicyDocument() |
@Stability(value=Stable) public CfnAccessPointPolicyProps.Builder objectLambdaAccessPoint(String objectLambdaAccessPoint)
CfnAccessPointPolicyProps.getObjectLambdaAccessPoint()objectLambdaAccessPoint - An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket. This parameter is required.this@Stability(value=Stable) public CfnAccessPointPolicyProps.Builder policyDocument(Object policyDocument)
CfnAccessPointPolicyProps.getPolicyDocument()policyDocument - Object Lambda Access Point resource policy document. This parameter is required.this@Stability(value=Stable) public CfnAccessPointPolicyProps build()
build in interface software.amazon.jsii.Builder<CfnAccessPointPolicyProps>CfnAccessPointPolicyPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.