Class CfnPublicKeyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnPublicKeyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPublicKeyPropsMixin>
- Enclosing class:
CfnPublicKeyPropsMixin
@Stability(Stable)
public static final class CfnPublicKeyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPublicKeyPropsMixin>
A fluent builder for
CfnPublicKeyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) Public key name.publicKeyMaterial(String publicKeyMaterial) The public portion of a customer-generated key pair.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnPublicKeyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPublicKeyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPublicKeyPropsMixin.Builder.
-
name
Public key name.The value does not need to be unique.
- Parameters:
name- Public key name. This parameter is required.- Returns:
this- See Also:
-
publicKeyMaterial
@Stability(Stable) public CfnPublicKeyPropsMixin.Builder publicKeyMaterial(String publicKeyMaterial) The public portion of a customer-generated key pair.Note that this field is required to create the AWS::IVS::PublicKey resource.
- Parameters:
publicKeyMaterial- The public portion of a customer-generated key pair. 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<CfnPublicKeyPropsMixin>- Returns:
- a newly built instance of
CfnPublicKeyPropsMixin.
-