Class CfnInstancePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnInstancePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInstancePropsMixin>
- Enclosing class:
CfnInstancePropsMixin
@Stability(Stable)
public static final class CfnInstancePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInstancePropsMixin>
A fluent builder for
CfnInstancePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionattributes(CfnInstancePropsMixin.AttributesProperty attributes) A toggle for an individual feature at the instance level.attributes(IResolvable attributes) A toggle for an individual feature at the instance level.build()create()create(CfnPropertyMixinOptions options) directoryId(String directoryId) The identifier for the directory.identityManagementType(String identityManagementType) The identity management type.instanceAlias(String instanceAlias) The alias of instance.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnInstancePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnInstancePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnInstancePropsMixin.Builder.
-
attributes
A toggle for an individual feature at the instance level.- Parameters:
attributes- A toggle for an individual feature at the instance level. This parameter is required.- Returns:
this- See Also:
-
attributes
@Stability(Stable) public CfnInstancePropsMixin.Builder attributes(CfnInstancePropsMixin.AttributesProperty attributes) A toggle for an individual feature at the instance level.- Parameters:
attributes- A toggle for an individual feature at the instance level. This parameter is required.- Returns:
this- See Also:
-
directoryId
The identifier for the directory.- Parameters:
directoryId- The identifier for the directory. This parameter is required.- Returns:
this- See Also:
-
identityManagementType
@Stability(Stable) public CfnInstancePropsMixin.Builder identityManagementType(String identityManagementType) The identity management type.- Parameters:
identityManagementType- The identity management type. This parameter is required.- Returns:
this- See Also:
-
instanceAlias
The alias of instance.InstanceAliasis only required whenIdentityManagementTypeisCONNECT_MANAGEDorSAML.InstanceAliasis not required whenIdentityManagementTypeisEXISTING_DIRECTORY.- Parameters:
instanceAlias- The alias of instance. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInstancePropsMixin>- Returns:
- a newly built instance of
CfnInstancePropsMixin.
-