Class CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty>
- Enclosing interface:
CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty
@Stability(Stable)
public static final class CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessType(String accessType) attributeName(String attributeName) build()Builds the configured instance.Sets the value ofCfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessType
@Stability(Stable) public CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.Builder accessType(String accessType) - Parameters:
accessType- The value's access type.- Returns:
this
-
attributeName
@Stability(Stable) public CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.Builder attributeName(String attributeName) - Parameters:
attributeName- The value's attribute name.- Returns:
this
-
values
@Stability(Stable) public CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.Builder values(List<String> values) Sets the value ofCfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty.getValues()- Parameters:
values- The value's values.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty>- Returns:
- a new instance of
CfnSecurityProfilePropsMixin.PrimaryAttributeValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-