Class CertificateSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public CertificateSummary.Builder key​(String key)
        The identifier key (unique name in the scope of the deployment) of the certificate being referenced.

        It must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.

        Parameters:
        key - the value to set
        Returns:
        this builder
      • isSelfSigned

        public CertificateSummary.Builder isSelfSigned​(Boolean isSelfSigned)
        Indicates if the certificate is self signed.
        Parameters:
        isSelfSigned - the value to set
        Returns:
        this builder
      • timeValidTo

        public CertificateSummary.Builder timeValidTo​(Date timeValidTo)
        The time the certificate is valid to.

        The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

        Parameters:
        timeValidTo - the value to set
        Returns:
        this builder
      • timeCreated

        public CertificateSummary.Builder timeCreated​(Date timeCreated)
        The time the resource was created.

        The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

        Parameters:
        timeCreated - the value to set
        Returns:
        this builder