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