public static interface Certificate.Builder extends SdkPojo, CopyableBuilder<Certificate.Builder,Certificate>
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
Certificate.Builder |
isDefault(Boolean isDefault)
Indicates whether the certificate is the default certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCertificate.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn - The Amazon Resource Name (ARN) of the certificate.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.
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.Copyright © 2020. All rights reserved.