public static interface UpdateDomainNameResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainNameResponse.Builder,UpdateDomainNameResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainNameResponse.Builder |
domainNameConfig(Consumer<DomainNameConfig.Builder> domainNameConfig)
The configuration for the
DomainName. |
UpdateDomainNameResponse.Builder |
domainNameConfig(DomainNameConfig domainNameConfig)
The configuration for the
DomainName. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainNameResponse.Builder domainNameConfig(DomainNameConfig domainNameConfig)
The configuration for the DomainName.
domainNameConfig - The configuration for the DomainName.default UpdateDomainNameResponse.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 © 2022. All rights reserved.