Class CfnLicensePropsMixin.MetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnLicensePropsMixin.MetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLicensePropsMixin.MetadataProperty>
- Enclosing interface:
CfnLicensePropsMixin.MetadataProperty
@Stability(Stable)
public static final class CfnLicensePropsMixin.MetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLicensePropsMixin.MetadataProperty>
A builder for
CfnLicensePropsMixin.MetadataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLicensePropsMixin.MetadataProperty.getName()Sets the value ofCfnLicensePropsMixin.MetadataProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnLicensePropsMixin.MetadataProperty.getName()- Parameters:
name- The key name.- Returns:
this
-
value
Sets the value ofCfnLicensePropsMixin.MetadataProperty.getValue()- Parameters:
value- The value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLicensePropsMixin.MetadataProperty>- Returns:
- a new instance of
CfnLicensePropsMixin.MetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-