Interface ListResolverEndpointsResponse.Builder

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

  • Method Details

    • nextToken

      If more than MaxResults IP addresses match the specified criteria, you can submit another ListResolverEndpoint 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 IP addresses match the specified criteria, you can submit another ListResolverEndpoint 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

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

      ListResolverEndpointsResponse.Builder resolverEndpoints(Collection<ResolverEndpoint> resolverEndpoints)

      The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.

      Parameters:
      resolverEndpoints - The Resolver endpoints that were created by 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.
    • resolverEndpoints

      ListResolverEndpointsResponse.Builder resolverEndpoints(ResolverEndpoint... resolverEndpoints)

      The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.

      Parameters:
      resolverEndpoints - The Resolver endpoints that were created by 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.
    • resolverEndpoints

      The Resolver endpoints that were created by 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 the ResolverEndpoint.Builder avoiding the need to create one manually via ResolverEndpoint.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resolverEndpoints(List<ResolverEndpoint>).

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