Class CfnMultiRegionAccessPointPolicyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnMultiRegionAccessPointPolicyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMultiRegionAccessPointPolicyPropsMixin>
- Enclosing class:
CfnMultiRegionAccessPointPolicyPropsMixin
@Stability(Stable)
public static final class CfnMultiRegionAccessPointPolicyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMultiRegionAccessPointPolicyPropsMixin>
A fluent builder for
CfnMultiRegionAccessPointPolicyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the Multi-Region Access Point.The access policy associated with the Multi-Region Access Point.
-
Method Details
-
create
@Stability(Stable) public static CfnMultiRegionAccessPointPolicyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMultiRegionAccessPointPolicyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMultiRegionAccessPointPolicyPropsMixin.Builder.
-
mrapName
@Stability(Stable) public CfnMultiRegionAccessPointPolicyPropsMixin.Builder mrapName(String mrapName) The name of the Multi-Region Access Point.- Parameters:
mrapName- The name of the Multi-Region Access Point. This parameter is required.- Returns:
this- See Also:
-
policy
The access policy associated with the Multi-Region Access Point.- Parameters:
policy- The access policy associated with the Multi-Region Access Point. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMultiRegionAccessPointPolicyPropsMixin>- Returns:
- a newly built instance of
CfnMultiRegionAccessPointPolicyPropsMixin.
-