Class CfnSecurityKeyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnSecurityKeyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityKeyPropsMixin>
- Enclosing class:
CfnSecurityKeyPropsMixin
@Stability(Stable)
public static final class CfnSecurityKeyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityKeyPropsMixin>
A fluent builder for
CfnSecurityKeyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) instanceId(String instanceId) The Amazon Resource Name (ARN) of the instance.instanceId(IInstanceRef instanceId) The Amazon Resource Name (ARN) of the instance.A valid security key in PEM format.
-
Method Details
-
create
@Stability(Stable) public static CfnSecurityKeyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSecurityKeyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSecurityKeyPropsMixin.Builder.
-
instanceId
The Amazon Resource Name (ARN) of the instance.Minimum :
1Maximum :
100- Parameters:
instanceId- The Amazon Resource Name (ARN) of the instance. This parameter is required.- Returns:
this- See Also:
-
instanceId
The Amazon Resource Name (ARN) of the instance.Minimum :
1Maximum :
100- Parameters:
instanceId- The Amazon Resource Name (ARN) of the instance. This parameter is required.- Returns:
this- See Also:
-
key
A valid security key in PEM format. For example:."-----BEGIN PUBLIC KEY-----\ [a lot of characters] ----END PUBLIC KEY-----"Minimum :
1Maximum :
1024- Parameters:
key- A valid security key in PEM format. For example:. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityKeyPropsMixin>- Returns:
- a newly built instance of
CfnSecurityKeyPropsMixin.
-