Interface ListFirewallConfigsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListFirewallConfigsResponse.Builder,ListFirewallConfigsResponse>, Route53ResolverResponse.Builder, SdkBuilder<ListFirewallConfigsResponse.Builder,ListFirewallConfigsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListFirewallConfigsResponse

  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firewallConfigs

      The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).

      Parameters:
      firewallConfigs - The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firewallConfigs

      ListFirewallConfigsResponse.Builder firewallConfigs(FirewallConfig... firewallConfigs)

      The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).

      Parameters:
      firewallConfigs - The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the FirewallConfig.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<FirewallConfig>).

      Parameters:
      firewallConfigs - a consumer that will call methods on FirewallConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: