Class CfnWorkspaceIpGroup.Builder
java.lang.Object
software.amazon.awscdk.services.workspaces.CfnWorkspaceIpGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkspaceIpGroup>
- Enclosing class:
CfnWorkspaceIpGroup
@Stability(Stable)
public static final class CfnWorkspaceIpGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkspaceIpGroup>
A fluent builder for
CfnWorkspaceIpGroup.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnWorkspaceIpGroup.BuilderThe description of the group.The name of the group.The tags for the IP access control group.The rules for the IP access control group.userRules(IResolvable userRules) The rules for the IP access control group.
-
Method Details
-
create
@Stability(Stable) public static CfnWorkspaceIpGroup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnWorkspaceIpGroup.Builder.
-
groupName
The name of the group.- Parameters:
groupName- The name of the group. This parameter is required.- Returns:
this- See Also:
-
groupDesc
The description of the group.- Parameters:
groupDesc- The description of the group. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the IP access control group.- Parameters:
tags- The tags for the IP access control group. This parameter is required.- Returns:
this- See Also:
-
userRules
The rules for the IP access control group.- Parameters:
userRules- The rules for the IP access control group. This parameter is required.- Returns:
this- See Also:
-
userRules
The rules for the IP access control group.- Parameters:
userRules- The rules for the IP access control group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkspaceIpGroup>- Returns:
- a newly built instance of
CfnWorkspaceIpGroup.
-