public static interface CreateFirewallDomainListResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<CreateFirewallDomainListResponse.Builder,CreateFirewallDomainListResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateFirewallDomainListResponse.Builder |
firewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)
The domain list that you just created.
|
CreateFirewallDomainListResponse.Builder |
firewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you just created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFirewallDomainListResponse.Builder firewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you just created.
firewallDomainList - The domain list that you just created.default CreateFirewallDomainListResponse.Builder firewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)
The domain list that you just created.
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.