Interface UpdateCertificateRequest.Builder

    • Method Detail

      • certificateId

        UpdateCertificateRequest.Builder certificateId​(String certificateId)

        The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

        Parameters:
        certificateId - The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • newStatus

        UpdateCertificateRequest.Builder newStatus​(String newStatus)

        The new status.

        Note: Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are not intended for developer use.

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

        Parameters:
        newStatus - The new status.

        Note: Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are not intended for developer use.

        Note: 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:
        CertificateStatus, CertificateStatus
      • newStatus

        UpdateCertificateRequest.Builder newStatus​(CertificateStatus newStatus)

        The new status.

        Note: Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are not intended for developer use.

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

        Parameters:
        newStatus - The new status.

        Note: Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are not intended for developer use.

        Note: 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:
        CertificateStatus, CertificateStatus