Class PublicKeyReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ivs.PublicKeyReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PublicKeyReference>
- Enclosing interface:
PublicKeyReference
@Stability(Stable)
public static final class PublicKeyReference.Builder
extends Object
implements software.amazon.jsii.Builder<PublicKeyReference>
A builder for
PublicKeyReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.publicKeyArn(String publicKeyArn) Sets the value ofPublicKeyReference.getPublicKeyArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
publicKeyArn
Sets the value ofPublicKeyReference.getPublicKeyArn()- Parameters:
publicKeyArn- The Arn of the PublicKey resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PublicKeyReference>- Returns:
- a new instance of
PublicKeyReference - Throws:
NullPointerException- if any required attribute was not provided
-