public static interface GetFirewallDomainListResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<GetFirewallDomainListResponse.Builder,GetFirewallDomainListResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetFirewallDomainListResponse.Builder |
firewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)
The domain list that you requested.
|
GetFirewallDomainListResponse.Builder |
firewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFirewallDomainListResponse.Builder firewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you requested.
firewallDomainList - The domain list that you requested.default GetFirewallDomainListResponse.Builder firewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)
The domain list that you requested.
This is a convenience method that creates an instance of theFirewallDomainList.Builder avoiding the
need to create one manually via FirewallDomainList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to firewallDomainList(FirewallDomainList).
firewallDomainList - a consumer that will call methods on FirewallDomainList.BuilderfirewallDomainList(FirewallDomainList)Copyright © 2023. All rights reserved.