Interface CertificateAuthorityScheduledEvents.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CertificateAuthorityScheduledEvents.Builder,,CertificateAuthorityScheduledEvents> SdkBuilder<CertificateAuthorityScheduledEvents.Builder,,CertificateAuthorityScheduledEvents> SdkPojo
- Enclosing class:
CertificateAuthorityScheduledEvents
@Mutable
@NotThreadSafe
public static interface CertificateAuthorityScheduledEvents.Builder
extends SdkPojo, CopyableBuilder<CertificateAuthorityScheduledEvents.Builder,CertificateAuthorityScheduledEvents>
-
Method Summary
Modifier and TypeMethodDescriptionfinalAutoActivation(Instant finalAutoActivation) The Unix epoch timestamp in seconds by which Amazon EKS will automatically activate this certificate authority if you haven't already activated it.firstAutoActivation(Instant firstAutoActivation) The earliest Unix epoch timestamp in seconds at which Amazon EKS may automatically activate this certificate authority.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
-
firstAutoActivation
The earliest Unix epoch timestamp in seconds at which Amazon EKS may automatically activate this certificate authority.
- Parameters:
firstAutoActivation- The earliest Unix epoch timestamp in seconds at which Amazon EKS may automatically activate this certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalAutoActivation
The Unix epoch timestamp in seconds by which Amazon EKS will automatically activate this certificate authority if you haven't already activated it.
- Parameters:
finalAutoActivation- The Unix epoch timestamp in seconds by which Amazon EKS will automatically activate this certificate authority if you haven't already activated it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-