Class CfnPolicyStoreAliasProps.Builder
java.lang.Object
software.amazon.awscdk.services.verifiedpermissions.CfnPolicyStoreAliasProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPolicyStoreAliasProps>
- Enclosing interface:
CfnPolicyStoreAliasProps
@Stability(Stable)
public static final class CfnPolicyStoreAliasProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPolicyStoreAliasProps>
A builder for
CfnPolicyStoreAliasProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnPolicyStoreAliasProps.getAliasName()build()Builds the configured instance.policyStoreId(String policyStoreId) Sets the value ofCfnPolicyStoreAliasProps.getPolicyStoreId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aliasName
Sets the value ofCfnPolicyStoreAliasProps.getAliasName()- Parameters:
aliasName- the value to be set. This parameter is required.- Returns:
this
-
policyStoreId
Sets the value ofCfnPolicyStoreAliasProps.getPolicyStoreId()- Parameters:
policyStoreId- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPolicyStoreAliasProps>- Returns:
- a new instance of
CfnPolicyStoreAliasProps - Throws:
NullPointerException- if any required attribute was not provided
-