Interface CACertificate.Builder

    • Method Detail

      • certificateArn

        CACertificate.Builder certificateArn​(String certificateArn)

        The ARN of the CA certificate.

        Parameters:
        certificateArn - The ARN of the CA certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateId

        CACertificate.Builder certificateId​(String certificateId)

        The ID of the CA certificate.

        Parameters:
        certificateId - The ID of the CA certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CACertificate.Builder status​(String status)

        The status of the CA certificate.

        The status value REGISTER_INACTIVE is deprecated and should not be used.

        Parameters:
        status - The status of the CA certificate.

        The status value REGISTER_INACTIVE is deprecated and should not be used.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CACertificateStatus, CACertificateStatus
      • status

        CACertificate.Builder status​(CACertificateStatus status)

        The status of the CA certificate.

        The status value REGISTER_INACTIVE is deprecated and should not be used.

        Parameters:
        status - The status of the CA certificate.

        The status value REGISTER_INACTIVE is deprecated and should not be used.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CACertificateStatus, CACertificateStatus
      • creationDate

        CACertificate.Builder creationDate​(Instant creationDate)

        The date the CA certificate was created.

        Parameters:
        creationDate - The date the CA certificate was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.