Interface CertificateAuthorityValidity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CertificateAuthorityValidity.Builder,,CertificateAuthorityValidity> SdkBuilder<CertificateAuthorityValidity.Builder,,CertificateAuthorityValidity> SdkPojo
- Enclosing class:
CertificateAuthorityValidity
@Mutable
@NotThreadSafe
public static interface CertificateAuthorityValidity.Builder
extends SdkPojo, CopyableBuilder<CertificateAuthorityValidity.Builder,CertificateAuthorityValidity>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix epoch timestamp in seconds for the end of the certificate authority's validity period.The Unix epoch timestamp in seconds for the start of the certificate authority's validity period.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
notBefore
The Unix epoch timestamp in seconds for the start of the certificate authority's validity period.
- Parameters:
notBefore- The Unix epoch timestamp in seconds for the start of the certificate authority's validity period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notAfter
The Unix epoch timestamp in seconds for the end of the certificate authority's validity period.
- Parameters:
notAfter- The Unix epoch timestamp in seconds for the end of the certificate authority's validity period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-