Class Validity
- java.lang.Object
-
- software.amazon.awssdk.services.acmpca.model.Validity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Validity.Builder,Validity>
@Generated("software.amazon.awssdk:codegen") public final class Validity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Validity.Builder,Validity>
Validity specifies the period of time during which a certificate is valid. Validity can be expressed as an explicit date and time when the validity of a certificate starts or expires, or as a span of time after issuance, stated in days, months, or years. For more information, see Validity in RFC 5280.
Amazon Web Services Private CA API consumes the
Validitydata type differently in two distinct parameters of theIssueCertificateaction. The required parameterIssueCertificate:Validityspecifies the end of a certificate's validity period. The optional parameterIssueCertificate:ValidityNotBeforespecifies a customized starting time for the validity period.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceValidity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Validity.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Validity.Builder>serializableBuilderClass()Validity.BuildertoBuilder()StringtoString()Returns a string representation of this object.ValidityPeriodTypetype()Determines how Amazon Web Services Private CA interprets theValueparameter, an integer.StringtypeAsString()Determines how Amazon Web Services Private CA interprets theValueparameter, an integer.Longvalue()A long integer interpreted according to the value ofType, below.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
value
public final Long value()
A long integer interpreted according to the value of
Type, below.- Returns:
- A long integer interpreted according to the value of
Type, below.
-
type
public final ValidityPeriodType type()
Determines how Amazon Web Services Private CA interprets the
Valueparameter, an integer. Supported validity types include those listed below. Type definitions with values include a sample input value and the resulting output.END_DATE: The specific date and time when the certificate will expire, expressed using UTCTime (YYMMDDHHMMSS) or GeneralizedTime (YYYYMMDDHHMMSS) format. When UTCTime is used, if the year field (YY) is greater than or equal to 50, the year is interpreted as 19YY. If the year field is less than 50, the year is interpreted as 20YY.-
Sample input value: 491231235959 (UTCTime format)
-
Output expiration date/time: 12/31/2049 23:59:59
ABSOLUTE: The specific date and time when the validity of a certificate will start or expire, expressed in seconds since the Unix Epoch.-
Sample input value: 2524608000
-
Output expiration date/time: 01/01/2050 00:00:00
DAYS,MONTHS,YEARS: The relative time from the moment of issuance until the certificate will expire, expressed in days, months, or years.Example if
DAYS, issued on 10/12/2020 at 12:34:54 UTC:-
Sample input value: 90
-
Output expiration date: 01/10/2020 12:34:54 UTC
The minimum validity duration for a certificate using relative time (
DAYS) is one day. The minimum validity for a certificate using absolute time (ABSOLUTEorEND_DATE) is one second.If the service returns an enum value that is not available in the current SDK version,
typewill returnValidityPeriodType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Determines how Amazon Web Services Private CA interprets the
Valueparameter, an integer. Supported validity types include those listed below. Type definitions with values include a sample input value and the resulting output.END_DATE: The specific date and time when the certificate will expire, expressed using UTCTime (YYMMDDHHMMSS) or GeneralizedTime (YYYYMMDDHHMMSS) format. When UTCTime is used, if the year field (YY) is greater than or equal to 50, the year is interpreted as 19YY. If the year field is less than 50, the year is interpreted as 20YY.-
Sample input value: 491231235959 (UTCTime format)
-
Output expiration date/time: 12/31/2049 23:59:59
ABSOLUTE: The specific date and time when the validity of a certificate will start or expire, expressed in seconds since the Unix Epoch.-
Sample input value: 2524608000
-
Output expiration date/time: 01/01/2050 00:00:00
DAYS,MONTHS,YEARS: The relative time from the moment of issuance until the certificate will expire, expressed in days, months, or years.Example if
DAYS, issued on 10/12/2020 at 12:34:54 UTC:-
Sample input value: 90
-
Output expiration date: 01/10/2020 12:34:54 UTC
The minimum validity duration for a certificate using relative time (
DAYS) is one day. The minimum validity for a certificate using absolute time (ABSOLUTEorEND_DATE) is one second. -
- See Also:
ValidityPeriodType
-
-
typeAsString
public final String typeAsString()
Determines how Amazon Web Services Private CA interprets the
Valueparameter, an integer. Supported validity types include those listed below. Type definitions with values include a sample input value and the resulting output.END_DATE: The specific date and time when the certificate will expire, expressed using UTCTime (YYMMDDHHMMSS) or GeneralizedTime (YYYYMMDDHHMMSS) format. When UTCTime is used, if the year field (YY) is greater than or equal to 50, the year is interpreted as 19YY. If the year field is less than 50, the year is interpreted as 20YY.-
Sample input value: 491231235959 (UTCTime format)
-
Output expiration date/time: 12/31/2049 23:59:59
ABSOLUTE: The specific date and time when the validity of a certificate will start or expire, expressed in seconds since the Unix Epoch.-
Sample input value: 2524608000
-
Output expiration date/time: 01/01/2050 00:00:00
DAYS,MONTHS,YEARS: The relative time from the moment of issuance until the certificate will expire, expressed in days, months, or years.Example if
DAYS, issued on 10/12/2020 at 12:34:54 UTC:-
Sample input value: 90
-
Output expiration date: 01/10/2020 12:34:54 UTC
The minimum validity duration for a certificate using relative time (
DAYS) is one day. The minimum validity for a certificate using absolute time (ABSOLUTEorEND_DATE) is one second.If the service returns an enum value that is not available in the current SDK version,
typewill returnValidityPeriodType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Determines how Amazon Web Services Private CA interprets the
Valueparameter, an integer. Supported validity types include those listed below. Type definitions with values include a sample input value and the resulting output.END_DATE: The specific date and time when the certificate will expire, expressed using UTCTime (YYMMDDHHMMSS) or GeneralizedTime (YYYYMMDDHHMMSS) format. When UTCTime is used, if the year field (YY) is greater than or equal to 50, the year is interpreted as 19YY. If the year field is less than 50, the year is interpreted as 20YY.-
Sample input value: 491231235959 (UTCTime format)
-
Output expiration date/time: 12/31/2049 23:59:59
ABSOLUTE: The specific date and time when the validity of a certificate will start or expire, expressed in seconds since the Unix Epoch.-
Sample input value: 2524608000
-
Output expiration date/time: 01/01/2050 00:00:00
DAYS,MONTHS,YEARS: The relative time from the moment of issuance until the certificate will expire, expressed in days, months, or years.Example if
DAYS, issued on 10/12/2020 at 12:34:54 UTC:-
Sample input value: 90
-
Output expiration date: 01/10/2020 12:34:54 UTC
The minimum validity duration for a certificate using relative time (
DAYS) is one day. The minimum validity for a certificate using absolute time (ABSOLUTEorEND_DATE) is one second. -
- See Also:
ValidityPeriodType
-
-
toBuilder
public Validity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Validity.Builder,Validity>
-
builder
public static Validity.Builder builder()
-
serializableBuilderClass
public static Class<? extends Validity.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-