public static interface Validity.Builder extends SdkPojo, CopyableBuilder<Validity.Builder,Validity>
| Modifier and Type | Method and Description |
|---|---|
Validity.Builder |
type(String type)
Specifies whether the
Value parameter represents days, months, or years. |
Validity.Builder |
type(ValidityPeriodType type)
Specifies whether the
Value parameter represents days, months, or years. |
Validity.Builder |
value(Long value)
Time period.
|
copyapplyMutation, buildValidity.Builder value(Long value)
Time period.
value - Time period.Validity.Builder type(String type)
Specifies whether the Value parameter represents days, months, or years.
type - Specifies whether the Value parameter represents days, months, or years.ValidityPeriodType,
ValidityPeriodTypeValidity.Builder type(ValidityPeriodType type)
Specifies whether the Value parameter represents days, months, or years.
type - Specifies whether the Value parameter represents days, months, or years.ValidityPeriodType,
ValidityPeriodTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.