public static interface DescribeDomainResponse.Builder extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainResponse.Builder,DescribeDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDomainResponse.Builder |
domain(Consumer<Domain.Builder> domain)
Information about the specified domain.
|
DescribeDomainResponse.Builder |
domain(Domain domain)
Information about the specified domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainResponse.Builder domain(Domain domain)
Information about the specified domain.
domain - Information about the specified domain.default DescribeDomainResponse.Builder domain(Consumer<Domain.Builder> domain)
Information about the specified domain.
This is a convenience method that creates an instance of theDomain.Builder avoiding the need to
create one manually via Domain.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to domain(Domain).
domain - a consumer that will call methods on Domain.Builderdomain(Domain)Copyright © 2022. All rights reserved.