@Stability(value=Stable) public static final class CfnCertificate.ValidityProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate.ValidityProperty>
CfnCertificate.ValidityProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificate.ValidityProperty |
build()
Builds the configured instance.
|
CfnCertificate.ValidityProperty.Builder |
type(String type)
Sets the value of
CfnCertificate.ValidityProperty.getType() |
CfnCertificate.ValidityProperty.Builder |
value(Number value)
Sets the value of
CfnCertificate.ValidityProperty.getValue() |
@Stability(value=Stable) public CfnCertificate.ValidityProperty.Builder type(String type)
CfnCertificate.ValidityProperty.getType()type - Specifies whether the `Value` parameter represents days, months, or years. This parameter is required.this@Stability(value=Stable) public CfnCertificate.ValidityProperty.Builder value(Number value)
CfnCertificate.ValidityProperty.getValue()value - A long integer interpreted according to the value of `Type` , below. This parameter is required.this@Stability(value=Stable) public CfnCertificate.ValidityProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificate.ValidityProperty>CfnCertificate.ValidityPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.