public static interface ListFirewallConfigsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListFirewallConfigsResponse.Builder,ListFirewallConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFirewallConfigsResponse.Builder |
firewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private
Cloud (Amazon VPC).
|
ListFirewallConfigsResponse.Builder |
firewallConfigs(Consumer<FirewallConfig.Builder>... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private
Cloud (Amazon VPC).
|
ListFirewallConfigsResponse.Builder |
firewallConfigs(FirewallConfig... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private
Cloud (Amazon VPC).
|
ListFirewallConfigsResponse.Builder |
nextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFirewallConfigsResponse.Builder nextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
nextToken - If objects are still available for retrieval, Resolver returns this token in the response. To retrieve
the next batch of objects, provide this token in your next request.ListFirewallConfigsResponse.Builder firewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
firewallConfigs - The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual
Private Cloud (Amazon VPC).ListFirewallConfigsResponse.Builder firewallConfigs(FirewallConfig... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
firewallConfigs - The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual
Private Cloud (Amazon VPC).ListFirewallConfigsResponse.Builder firewallConfigs(Consumer<FirewallConfig.Builder>... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
This is a convenience method that creates an instance of theFirewallConfig.Builder avoiding the need to
create one manually via
FirewallConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #firewallConfigs(List.
firewallConfigs - a consumer that will call methods on
FirewallConfig.Builder#firewallConfigs(java.util.Collection) Copyright © 2023. All rights reserved.