Class CfnProfile.MappingRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.rolesanywhere.CfnProfile.MappingRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProfile.MappingRuleProperty>
- Enclosing interface:
CfnProfile.MappingRuleProperty
@Stability(Stable)
public static final class CfnProfile.MappingRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProfile.MappingRuleProperty>
A builder for
CfnProfile.MappingRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnProfile.MappingRuleProperty.getSpecifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
specifier
Sets the value ofCfnProfile.MappingRuleProperty.getSpecifier()- Parameters:
specifier- Specifier within a certificate field, such as CN, OU, or UID from the Subject field. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProfile.MappingRuleProperty>- Returns:
- a new instance of
CfnProfile.MappingRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-