Uses of Interface
software.amazon.awssdk.services.apprunner.model.CustomDomain.Builder
-
Packages that use CustomDomain.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of CustomDomain.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return CustomDomain.Builder Modifier and Type Method Description static CustomDomain.BuilderCustomDomain. builder()CustomDomain.BuilderCustomDomain.Builder. certificateValidationRecords(Collection<CertificateValidationRecord> certificateValidationRecords)A list of certificate CNAME records that's used for this domain name.CustomDomain.BuilderCustomDomain.Builder. certificateValidationRecords(Consumer<CertificateValidationRecord.Builder>... certificateValidationRecords)A list of certificate CNAME records that's used for this domain name.CustomDomain.BuilderCustomDomain.Builder. certificateValidationRecords(CertificateValidationRecord... certificateValidationRecords)A list of certificate CNAME records that's used for this domain name.CustomDomain.BuilderCustomDomain.Builder. domainName(String domainName)An associated custom domain endpoint.CustomDomain.BuilderCustomDomain.Builder. enableWWWSubdomain(Boolean enableWWWSubdomain)Whentrue, the subdomainwww.DomainNameis associated with the App Runner service in addition to the base domain.CustomDomain.BuilderCustomDomain.Builder. status(String status)The current state of the domain name association.CustomDomain.BuilderCustomDomain.Builder. status(CustomDomainAssociationStatus status)The current state of the domain name association.CustomDomain.BuilderCustomDomain. toBuilder()Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type CustomDomain.Builder Modifier and Type Method Description static Class<? extends CustomDomain.Builder>CustomDomain. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type CustomDomain.Builder Modifier and Type Method Description default AssociateCustomDomainResponse.BuilderAssociateCustomDomainResponse.Builder. customDomain(Consumer<CustomDomain.Builder> customDomain)A description of the domain name that's being associated.default DisassociateCustomDomainResponse.BuilderDisassociateCustomDomainResponse.Builder. customDomain(Consumer<CustomDomain.Builder> customDomain)A description of the domain name that's being disassociated.
-