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