Class ModifyCertificatesRequest

    • Method Detail

      • certificateIdentifier

        public final String certificateIdentifier()

        The new default certificate identifier to override the current one with.

        To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.

        Returns:
        The new default certificate identifier to override the current one with.

        To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.

      • removeCustomerOverride

        public final Boolean removeCustomerOverride()

        Specifies whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.

        Returns:
        Specifies whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object