Interface ListFirewallDomainsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFirewallDomainsResponse.Builder,ListFirewallDomainsResponse>,Route53ResolverResponse.Builder,SdkBuilder<ListFirewallDomainsResponse.Builder,ListFirewallDomainsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListFirewallDomainsResponse
public static interface ListFirewallDomainsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListFirewallDomainsResponse.Builder,ListFirewallDomainsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFirewallDomainsResponse.Builderdomains(String... domains)A list of the domains in the firewall domain list.ListFirewallDomainsResponse.Builderdomains(Collection<String> domains)A list of the domains in the firewall domain list.ListFirewallDomainsResponse.BuildernextToken(String nextToken)If objects are still available for retrieval, Resolver returns this token in the response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListFirewallDomainsResponse.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.
- 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.
-
domains
ListFirewallDomainsResponse.Builder domains(Collection<String> domains)
A list of the domains in the firewall domain list.
This might be a partial list of the domains that you've defined in the domain list. For information, see
MaxResults.- Parameters:
domains- A list of the domains in the firewall domain list.This might be a partial list of the domains that you've defined in the domain list. For information, see
MaxResults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domains
ListFirewallDomainsResponse.Builder domains(String... domains)
A list of the domains in the firewall domain list.
This might be a partial list of the domains that you've defined in the domain list. For information, see
MaxResults.- Parameters:
domains- A list of the domains in the firewall domain list.This might be a partial list of the domains that you've defined in the domain list. For information, see
MaxResults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-