public static interface DomainInfo.Builder extends 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:
REGISTERED – The domain is properly registered and available. You can use this domain for
registering types and creating new workflow executions.
DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use. You
should not create new workflow executions in this domain.
status - The status of the domain:
REGISTERED – The domain is properly registered and available. You can use this domain for
registering types and creating new workflow executions.
DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use.
You should not create new workflow executions in this domain.
RegistrationStatus,
RegistrationStatusDomainInfo.Builder status(RegistrationStatus status)
The status of the domain:
REGISTERED – The domain is properly registered and available. You can use this domain for
registering types and creating new workflow executions.
DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use. You
should not create new workflow executions in this domain.
status - The status of the domain:
REGISTERED – The domain is properly registered and available. You can use this domain for
registering types and creating new workflow executions.
DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use.
You should not create new workflow executions in this domain.
RegistrationStatus,
RegistrationStatusDomainInfo.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.