Interface CertificateAuthorityScheduledEvents.Builder

  • Method Details

    • firstAutoActivation

      CertificateAuthorityScheduledEvents.Builder firstAutoActivation(Instant 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

      CertificateAuthorityScheduledEvents.Builder finalAutoActivation(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.

      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.