Class CfnAuthPolicyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnAuthPolicyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAuthPolicyPropsMixin>
- Enclosing class:
CfnAuthPolicyPropsMixin
@Stability(Stable)
public static final class CfnAuthPolicyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAuthPolicyPropsMixin>
A fluent builder for
CfnAuthPolicyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The auth policy.resourceIdentifier(String resourceIdentifier) The ID or ARN of the service network or service for which the policy is created.
-
Method Details
-
create
@Stability(Stable) public static CfnAuthPolicyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAuthPolicyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAuthPolicyPropsMixin.Builder.
-
policy
The auth policy.- Parameters:
policy- The auth policy. This parameter is required.- Returns:
this- See Also:
-
resourceIdentifier
@Stability(Stable) public CfnAuthPolicyPropsMixin.Builder resourceIdentifier(String resourceIdentifier) The ID or ARN of the service network or service for which the policy is created.- Parameters:
resourceIdentifier- The ID or ARN of the service network or service for which the policy is created. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAuthPolicyPropsMixin>- Returns:
- a newly built instance of
CfnAuthPolicyPropsMixin.
-