Class ImportCertificateRequest

    • Method Detail

      • certificateArn

        public final String certificateArn()

        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

        Returns:
        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.
      • certificate

        public final SdkBytes certificate()

        The certificate to import.

        Returns:
        The certificate to import.
      • privateKey

        public final SdkBytes privateKey()

        The private key that matches the public key in the certificate.

        Returns:
        The private key that matches the public key in the certificate.
      • certificateChain

        public final SdkBytes certificateChain()

        The PEM encoded certificate chain.

        Returns:
        The PEM encoded certificate chain.
      • hasTags

        public final boolean hasTags()
        For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • tags

        public final List<Tag> tags()

        One or more resource tags to associate with the imported certificate.

        Note: You cannot apply tags when reimporting a certificate.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags() method.

        Returns:
        One or more resource tags to associate with the imported certificate.

        Note: You cannot apply tags when reimporting a certificate.

      • 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