CopyableBuilder<DomainInfo.Builder,DomainInfo>
, SdkBuilder<DomainInfo.Builder,DomainInfo>
public static interface DomainInfo.Builder extends CopyableBuilder<DomainInfo.Builder,DomainInfo>
Modifier and Type | Method | 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(String status) |
The status of the domain:
|
DomainInfo.Builder |
status(RegistrationStatus status) |
The status of the domain:
|
copy
apply, build
DomainInfo.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:
RegistrationStatus
DomainInfo.Builder status(RegistrationStatus status)
The status of the domain:
status
- The status of the domain:
RegistrationStatus
DomainInfo.Builder description(String description)
The description of the domain provided through RegisterDomain.
description
- The description of the domain provided through RegisterDomain.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.