Interface Certificate.Builder

    • Method Detail

      • certificateArn

        Certificate.Builder certificateArn​(String certificateArn)

        The Amazon Resource Name (ARN) of the certificate.

        Parameters:
        certificateArn - The Amazon Resource Name (ARN) of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDefault

        Certificate.Builder isDefault​(Boolean isDefault)

        Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

        Parameters:
        isDefault - Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.