public static interface ListOutpostResolversResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListOutpostResolversResponse.Builder,ListOutpostResolversResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOutpostResolversResponse.Builder |
nextToken(String nextToken)
If more than
MaxResults Resolvers match the specified criteria, you can submit another
ListOutpostResolver request to get the next group of results. |
ListOutpostResolversResponse.Builder |
outpostResolvers(Collection<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.
|
ListOutpostResolversResponse.Builder |
outpostResolvers(Consumer<OutpostResolver.Builder>... outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match
the specified filters, if any.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOutpostResolversResponse.Builder outpostResolvers(Collection<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.
outpostResolvers - The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that
match the specified filters, if any.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.
outpostResolvers - The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that
match the specified filters, if any.ListOutpostResolversResponse.Builder outpostResolvers(Consumer<OutpostResolver.Builder>... 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 theOutpostResolver.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.
outpostResolvers - a consumer that will call methods on
OutpostResolver.Builder#outpostResolvers(java.util.Collection) ListOutpostResolversResponse.Builder nextToken(String 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.
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.Copyright © 2023. All rights reserved.