Interface Certificate.Builder

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

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

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