public static interface CustomDomain.Builder extends SdkPojo, CopyableBuilder<CustomDomain.Builder,CustomDomain>
| Modifier and Type | Method and Description |
|---|---|
CustomDomain.Builder |
certificateValidationRecords(CertificateValidationRecord... certificateValidationRecords)
A list of certificate CNAME records that's used for this domain name.
|
CustomDomain.Builder |
certificateValidationRecords(Collection<CertificateValidationRecord> certificateValidationRecords)
A list of certificate CNAME records that's used for this domain name.
|
CustomDomain.Builder |
certificateValidationRecords(Consumer<CertificateValidationRecord.Builder>... certificateValidationRecords)
A list of certificate CNAME records that's used for this domain name.
|
CustomDomain.Builder |
domainName(String domainName)
An associated custom domain endpoint.
|
CustomDomain.Builder |
enableWWWSubdomain(Boolean enableWWWSubdomain)
When
true, the subdomain www.DomainName is associated with the App Runner
service in addition to the base domain. |
CustomDomain.Builder |
status(CustomDomainAssociationStatus status)
The current state of the domain name association.
|
CustomDomain.Builder |
status(String status)
The current state of the domain name association.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomDomain.Builder domainName(String domainName)
An associated custom domain endpoint. It can be a root domain (for example, example.com), a
subdomain (for example, login.example.com or admin.login.example.com), or a
wildcard (for example, *.example.com).
domainName - An associated custom domain endpoint. It can be a root domain (for example, example.com),
a subdomain (for example, login.example.com or admin.login.example.com), or
a wildcard (for example, *.example.com).CustomDomain.Builder enableWWWSubdomain(Boolean enableWWWSubdomain)
When true, the subdomain www.DomainName is associated with the App Runner
service in addition to the base domain.
enableWWWSubdomain - When true, the subdomain www.DomainName is associated with the App
Runner service in addition to the base domain.CustomDomain.Builder certificateValidationRecords(Collection<CertificateValidationRecord> certificateValidationRecords)
A list of certificate CNAME records that's used for this domain name.
certificateValidationRecords - A list of certificate CNAME records that's used for this domain name.CustomDomain.Builder certificateValidationRecords(CertificateValidationRecord... certificateValidationRecords)
A list of certificate CNAME records that's used for this domain name.
certificateValidationRecords - A list of certificate CNAME records that's used for this domain name.CustomDomain.Builder certificateValidationRecords(Consumer<CertificateValidationRecord.Builder>... certificateValidationRecords)
A list of certificate CNAME records that's used for this domain name.
This is a convenience method that creates an instance of theCertificateValidationRecord.Builder avoiding the need
to create one manually via
CertificateValidationRecord.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #certificateValidationRecords(List.
certificateValidationRecords - a consumer that will call methods on
CertificateValidationRecord.Builder#certificateValidationRecords(java.util.Collection) CustomDomain.Builder status(String status)
The current state of the domain name association.
status - The current state of the domain name association.CustomDomainAssociationStatus,
CustomDomainAssociationStatusCustomDomain.Builder status(CustomDomainAssociationStatus status)
The current state of the domain name association.
status - The current state of the domain name association.CustomDomainAssociationStatus,
CustomDomainAssociationStatusCopyright © 2022. All rights reserved.