Interface TlsCertificateData.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TlsCertificateData.Builder,TlsCertificateData>, SdkBuilder<TlsCertificateData.Builder,TlsCertificateData>, SdkPojo
Enclosing class:
TlsCertificateData

public static interface TlsCertificateData.Builder extends SdkPojo, CopyableBuilder<TlsCertificateData.Builder,TlsCertificateData>
  • Method Details

    • certificateArn

      TlsCertificateData.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.
    • certificateSerial

      TlsCertificateData.Builder certificateSerial(String certificateSerial)

      The serial number of the certificate.

      Parameters:
      certificateSerial - The serial number of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the certificate.

      Parameters:
      status - The status of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      TlsCertificateData.Builder statusMessage(String statusMessage)

      Contains details about the certificate status, including information about certificate errors.

      Parameters:
      statusMessage - Contains details about the certificate status, including information about certificate errors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.