Interface ListResolverRuleAssociationsResponse.Builder

    • Method Detail

      • nextToken

        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. In the next request, specify the value of NextToken from the previous response.

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

        ListResolverRuleAssociationsResponse.Builder maxResults​(Integer maxResults)

        The value that you specified for MaxResults in the request.

        Parameters:
        maxResults - The value that you specified for MaxResults in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolverRuleAssociations

        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.

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

        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.

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