public static interface CreateDomainResponse.Builder extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<CreateDomainResponse.Builder,CreateDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDomainResponse.Builder |
domain(Consumer<Domain.Builder> domain)
Information about the newly created domain.
|
CreateDomainResponse.Builder |
domain(Domain domain)
Information about the newly created domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainResponse.Builder domain(Domain domain)
Information about the newly created domain.
domain - Information about the newly created domain.default CreateDomainResponse.Builder domain(Consumer<Domain.Builder> domain)
Information about the newly created 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 © 2023. All rights reserved.