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.
|
copy
applyMutation, build
Validity.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
,
ValidityPeriodType
Validity.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
,
ValidityPeriodType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.