public static interface DomainInfo.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DomainInfo.Builder,DomainInfo>
| Modifier and Type | Method and Description |
|---|---|
DomainInfo.Builder |
description(String description)
The description of the domain provided through RegisterDomain.
|
DomainInfo.Builder |
name(String name)
The name of the domain.
|
DomainInfo.Builder |
status(RegistrationStatus status)
The status of the domain:
|
DomainInfo.Builder |
status(String status)
The status of the domain:
|
copyapply, buildDomainInfo.Builder name(String name)
The name of the domain. This name is unique within the account.
name - The name of the domain. This name is unique within the account.DomainInfo.Builder status(String status)
The status of the domain:
status - The status of the domain:
RegistrationStatusDomainInfo.Builder status(RegistrationStatus status)
The status of the domain:
status - The status of the domain:
RegistrationStatusDomainInfo.Builder description(String description)
The description of the domain provided through RegisterDomain.
description - The description of the domain provided through RegisterDomain.Copyright © 2017. All rights reserved.