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) |
A name for the domain you are creating.
|
copy
apply, build
CreateDomainRequest.Builder domainName(String domainName)
A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
domainName
- A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and
hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28
characters long.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.