Interface ListOutpostResolversResponse.Builder

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

  • Method Details

    • outpostResolvers

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

      Parameters:
      outpostResolvers - The Resolvers on Outposts 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.
    • outpostResolvers

      ListOutpostResolversResponse.Builder outpostResolvers(OutpostResolver... outpostResolvers)

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

      Parameters:
      outpostResolvers - The Resolvers on Outposts 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.
    • outpostResolvers

      The Resolvers on Outposts 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 OutpostResolver.Builder avoiding the need to create one manually via OutpostResolver.builder().

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

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

      If more than MaxResults Resolvers match the specified criteria, you can submit another ListOutpostResolver 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 Resolvers match the specified criteria, you can submit another ListOutpostResolver 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.