Uses of Interface
software.amazon.awssdk.services.swf.model.DomainInfo.Builder
-
Packages that use DomainInfo.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of DomainInfo.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return DomainInfo.Builder Modifier and Type Method Description DomainInfo.BuilderDomainInfo.Builder. arn(String arn)The ARN of the domain.static DomainInfo.BuilderDomainInfo. builder()DomainInfo.BuilderDomainInfo.Builder. description(String description)The description of the domain provided through RegisterDomain.DomainInfo.BuilderDomainInfo.Builder. name(String name)The name of the domain.DomainInfo.BuilderDomainInfo.Builder. status(String status)The status of the domain:DomainInfo.BuilderDomainInfo.Builder. status(RegistrationStatus status)The status of the domain:DomainInfo.BuilderDomainInfo. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type DomainInfo.Builder Modifier and Type Method Description static Class<? extends DomainInfo.Builder>DomainInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type DomainInfo.Builder Modifier and Type Method Description default DescribeDomainResponse.BuilderDescribeDomainResponse.Builder. domainInfo(Consumer<DomainInfo.Builder> domainInfo)The basic information about a domain, such as its name, status, and description.
-