@Stability(value=Stable) public static final class CfnInstanceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceProps>
CfnInstanceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstanceProps.Builder |
attributes(CfnInstance.AttributesProperty attributes)
Sets the value of
CfnInstanceProps.getAttributes() |
CfnInstanceProps.Builder |
attributes(IResolvable attributes)
Sets the value of
CfnInstanceProps.getAttributes() |
CfnInstanceProps |
build()
Builds the configured instance.
|
CfnInstanceProps.Builder |
directoryId(String directoryId)
Sets the value of
CfnInstanceProps.getDirectoryId() |
CfnInstanceProps.Builder |
identityManagementType(String identityManagementType)
Sets the value of
CfnInstanceProps.getIdentityManagementType() |
CfnInstanceProps.Builder |
instanceAlias(String instanceAlias)
Sets the value of
CfnInstanceProps.getInstanceAlias() |
@Stability(value=Stable) public CfnInstanceProps.Builder attributes(CfnInstance.AttributesProperty attributes)
CfnInstanceProps.getAttributes()attributes - `AWS::Connect::Instance.Attributes`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProps.Builder attributes(IResolvable attributes)
CfnInstanceProps.getAttributes()attributes - `AWS::Connect::Instance.Attributes`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProps.Builder identityManagementType(String identityManagementType)
CfnInstanceProps.getIdentityManagementType()identityManagementType - `AWS::Connect::Instance.IdentityManagementType`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProps.Builder directoryId(String directoryId)
CfnInstanceProps.getDirectoryId()directoryId - `AWS::Connect::Instance.DirectoryId`.this@Stability(value=Stable) public CfnInstanceProps.Builder instanceAlias(String instanceAlias)
CfnInstanceProps.getInstanceAlias()instanceAlias - `AWS::Connect::Instance.InstanceAlias`.this@Stability(value=Stable) public CfnInstanceProps build()
build in interface software.amazon.jsii.Builder<CfnInstanceProps>CfnInstancePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.