Class CfnSecurityProfilePropsMixin.FlowModuleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnSecurityProfilePropsMixin.FlowModuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.FlowModuleProperty>
- Enclosing interface:
CfnSecurityProfilePropsMixin.FlowModuleProperty
@Stability(Stable)
public static final class CfnSecurityProfilePropsMixin.FlowModuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.FlowModuleProperty>
A builder for
CfnSecurityProfilePropsMixin.FlowModuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.flowModuleId(String flowModuleId) Sets the value ofCfnSecurityProfilePropsMixin.FlowModuleProperty.getFlowModuleId()Sets the value ofCfnSecurityProfilePropsMixin.FlowModuleProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flowModuleId
@Stability(Stable) public CfnSecurityProfilePropsMixin.FlowModuleProperty.Builder flowModuleId(String flowModuleId) Sets the value ofCfnSecurityProfilePropsMixin.FlowModuleProperty.getFlowModuleId()- Parameters:
flowModuleId- The identifier of the application that you want to give access to.- Returns:
this
-
type
Sets the value ofCfnSecurityProfilePropsMixin.FlowModuleProperty.getType()- Parameters:
type- The type of the first-party application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.FlowModuleProperty>- Returns:
- a new instance of
CfnSecurityProfilePropsMixin.FlowModuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-