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