Class CfnLicensePropsMixin.IssuerDataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnLicensePropsMixin.IssuerDataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLicensePropsMixin.IssuerDataProperty>
- Enclosing interface:
CfnLicensePropsMixin.IssuerDataProperty
@Stability(Stable)
public static final class CfnLicensePropsMixin.IssuerDataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLicensePropsMixin.IssuerDataProperty>
A builder for
CfnLicensePropsMixin.IssuerDataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLicensePropsMixin.IssuerDataProperty.getName()Sets the value ofCfnLicensePropsMixin.IssuerDataProperty.getSignKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnLicensePropsMixin.IssuerDataProperty.getName()- Parameters:
name- Issuer name.- Returns:
this
-
signKey
Sets the value ofCfnLicensePropsMixin.IssuerDataProperty.getSignKey()- Parameters:
signKey- Asymmetric KMS key from AWS Key Management Service . The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLicensePropsMixin.IssuerDataProperty>- Returns:
- a new instance of
CfnLicensePropsMixin.IssuerDataProperty - Throws:
NullPointerException- if any required attribute was not provided
-