@Stability(value=Stable) public static final class CfnLicense.MetadataProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLicense.MetadataProperty>
CfnLicense.MetadataProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLicense.MetadataProperty |
build()
Builds the configured instance.
|
CfnLicense.MetadataProperty.Builder |
name(String name)
Sets the value of
CfnLicense.MetadataProperty.getName() |
CfnLicense.MetadataProperty.Builder |
value(String value)
Sets the value of
CfnLicense.MetadataProperty.getValue() |
@Stability(value=Stable) public CfnLicense.MetadataProperty.Builder name(String name)
CfnLicense.MetadataProperty.getName()
name
- `CfnLicense.MetadataProperty.Name`. This parameter is required.this
@Stability(value=Stable) public CfnLicense.MetadataProperty.Builder value(String value)
CfnLicense.MetadataProperty.getValue()
value
- `CfnLicense.MetadataProperty.Value`. This parameter is required.this
@Stability(value=Stable) public CfnLicense.MetadataProperty build()
build
in interface software.amazon.jsii.Builder<CfnLicense.MetadataProperty>
CfnLicense.MetadataProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.