Interface UpdateSigningCertificateRequest.Builder

    • Method Detail

      • userName

        UpdateSigningCertificateRequest.Builder userName​(String userName)

        The name of the IAM user the signing certificate belongs to.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        Parameters:
        userName - The name of the IAM user the signing certificate belongs to.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateId

        UpdateSigningCertificateRequest.Builder certificateId​(String certificateId)

        The ID of the signing certificate you want to update.

        This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

        Parameters:
        certificateId - The ID of the signing certificate you want to update.

        This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

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

        UpdateSigningCertificateRequest.Builder status​(String status)

        The status you want to assign to the certificate. Active means that the certificate can be used for programmatic calls to Amazon Web Services Inactive means that the certificate cannot be used.

        Parameters:
        status - The status you want to assign to the certificate. Active means that the certificate can be used for programmatic calls to Amazon Web Services Inactive means that the certificate cannot be used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType, StatusType
      • status

        UpdateSigningCertificateRequest.Builder status​(StatusType status)

        The status you want to assign to the certificate. Active means that the certificate can be used for programmatic calls to Amazon Web Services Inactive means that the certificate cannot be used.

        Parameters:
        status - The status you want to assign to the certificate. Active means that the certificate can be used for programmatic calls to Amazon Web Services Inactive means that the certificate cannot be used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType, StatusType