public static interface CreateDomainNameResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<CreateDomainNameResponse.Builder,CreateDomainNameResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDomainNameResponse.Builder |
domainNameConfig(Consumer<DomainNameConfig.Builder> domainNameConfig)
The configuration for the
DomainName. |
CreateDomainNameResponse.Builder |
domainNameConfig(DomainNameConfig domainNameConfig)
The configuration for the
DomainName. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDomainNameResponse.Builder domainNameConfig(DomainNameConfig domainNameConfig)
The configuration for the DomainName.
domainNameConfig - The configuration for the DomainName.default CreateDomainNameResponse.Builder domainNameConfig(Consumer<DomainNameConfig.Builder> domainNameConfig)
The configuration for the DomainName.
DomainNameConfig.Builder avoiding the
need to create one manually via DomainNameConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to domainNameConfig(DomainNameConfig).
domainNameConfig - a consumer that will call methods on DomainNameConfig.BuilderdomainNameConfig(DomainNameConfig)Copyright © 2023. All rights reserved.