public static interface ListResolverRuleAssociationsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverRuleAssociationsResponse.Builder,ListResolverRuleAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResolverRuleAssociationsResponse.Builder |
maxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverRuleAssociationsResponse.Builder |
nextToken(String nextToken)
If more than
MaxResults rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation request to get the next group of results. |
ListResolverRuleAssociationsResponse.Builder |
resolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account, and that match the specified filters, if any.
|
ListResolverRuleAssociationsResponse.Builder |
resolverRuleAssociations(Consumer<ResolverRuleAssociation.Builder>... resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account, and that match the specified filters, if any.
|
ListResolverRuleAssociationsResponse.Builder |
resolverRuleAssociations(ResolverRuleAssociation... resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account, and that match the specified filters, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverRuleAssociationsResponse.Builder nextToken(String nextToken)
If more than MaxResults rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation request to get the next group of results. In the next request,
specify the value of NextToken from the previous response.
nextToken - If more than MaxResults rule associations match the specified criteria, you can submit
another ListResolverRuleAssociation request to get the next group of results. In the next
request, specify the value of NextToken from the previous response.ListResolverRuleAssociationsResponse.Builder maxResults(Integer maxResults)
The value that you specified for MaxResults in the request.
maxResults - The value that you specified for MaxResults in the request.ListResolverRuleAssociationsResponse.Builder resolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account, and that match the specified filters, if any.
resolverRuleAssociations - The associations that were created between Resolver rules and VPCs using the current Amazon Web
Services account, and that match the specified filters, if any.ListResolverRuleAssociationsResponse.Builder resolverRuleAssociations(ResolverRuleAssociation... resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account, and that match the specified filters, if any.
resolverRuleAssociations - The associations that were created between Resolver rules and VPCs using the current Amazon Web
Services account, and that match the specified filters, if any.ListResolverRuleAssociationsResponse.Builder resolverRuleAssociations(Consumer<ResolverRuleAssociation.Builder>... resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account, and that match the specified filters, if any.
This is a convenience method that creates an instance of theResolverRuleAssociation.Builder avoiding the
need to create one manually via
ResolverRuleAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #resolverRuleAssociations(List.
resolverRuleAssociations - a consumer that will call methods on
ResolverRuleAssociation.Builder#resolverRuleAssociations(java.util.Collection) Copyright © 2023. All rights reserved.