CopyableBuilder<CreateDomainRequest.Builder,CreateDomainRequest>
, SdkBuilder<CreateDomainRequest.Builder,CreateDomainRequest>
public static interface CreateDomainRequest.Builder extends CopyableBuilder<CreateDomainRequest.Builder,CreateDomainRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateDomainRequest.Builder |
domainName(String domainName) |
The domain name to manage (e.g.,
example.com ). |
copy
apply, build
CreateDomainRequest.Builder domainName(String domainName)
The domain name to manage (e.g., example.com
).
You cannot register a new domain name using Lightsail. You must register a domain name using Amazon Route 53 or another domain name registrar. If you have already registered your domain, you can enter its name in this parameter to manage the DNS records for that domain.
domainName
- The domain name to manage (e.g., example.com
). You cannot register a new domain name using Lightsail. You must register a domain name using Amazon Route 53 or another domain name registrar. If you have already registered your domain, you can enter its name in this parameter to manage the DNS records for that domain.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.