@Stability(value=Stable) public static final class CertificateProps.Builder extends Object
CertificateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CertificateProps |
build()
Builds the configured instance.
|
CertificateProps.Builder |
withDomainName(String value)
Sets the value of DomainName
|
CertificateProps.Builder |
withSubjectAlternativeNames(List<String> value)
Sets the value of SubjectAlternativeNames
|
CertificateProps.Builder |
withValidationDomains(Map<String,String> value)
Sets the value of ValidationDomains
|
CertificateProps.Builder |
withValidationMethod(ValidationMethod value)
Sets the value of ValidationMethod
|
@Stability(value=Stable) public CertificateProps.Builder withDomainName(String value)
value - Fully-qualified domain name to request a certificate for.this@Stability(value=Stable) public CertificateProps.Builder withSubjectAlternativeNames(@Nullable List<String> value)
value - Alternative domain names on your certificate.this@Stability(value=Stable) public CertificateProps.Builder withValidationDomains(@Nullable Map<String,String> value)
value - What validation domain to use for every requested domain.this@Stability(value=Stable) public CertificateProps.Builder withValidationMethod(@Nullable ValidationMethod value)
value - Validation method used to assert domain ownership.this@Stability(value=Stable) public CertificateProps build()
CertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.