Class CfnLicensePropsMixin.ValidityDateFormatProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnLicensePropsMixin.ValidityDateFormatProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLicensePropsMixin.ValidityDateFormatProperty>
- Enclosing interface:
CfnLicensePropsMixin.ValidityDateFormatProperty
@Stability(Stable)
public static final class CfnLicensePropsMixin.ValidityDateFormatProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLicensePropsMixin.ValidityDateFormatProperty>
A builder for
CfnLicensePropsMixin.ValidityDateFormatProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnLicensePropsMixin.ValidityDateFormatProperty.getBegin()build()Builds the configured instance.Sets the value ofCfnLicensePropsMixin.ValidityDateFormatProperty.getEnd()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
begin
@Stability(Stable) public CfnLicensePropsMixin.ValidityDateFormatProperty.Builder begin(String begin) Sets the value ofCfnLicensePropsMixin.ValidityDateFormatProperty.getBegin()- Parameters:
begin- Start of the time range.- Returns:
this
-
end
Sets the value ofCfnLicensePropsMixin.ValidityDateFormatProperty.getEnd()- Parameters:
end- End of the time range.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLicensePropsMixin.ValidityDateFormatProperty>- Returns:
- a new instance of
CfnLicensePropsMixin.ValidityDateFormatProperty - Throws:
NullPointerException- if any required attribute was not provided
-