public static interface ListResolverEndpointsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverEndpointsResponse.Builder,ListResolverEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResolverEndpointsResponse.Builder |
maxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverEndpointsResponse.Builder |
nextToken(String nextToken)
If more than
MaxResults IP addresses match the specified criteria, you can submit another
ListResolverEndpoint request to get the next group of results. |
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.
|
ListResolverEndpointsResponse.Builder |
resolverEndpoints(Consumer<ResolverEndpoint.Builder>... resolverEndpoints)
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverEndpointsResponse.Builder nextToken(String 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.
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.ListResolverEndpointsResponse.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.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.
resolverEndpoints - The Resolver endpoints that were created by using the current Amazon Web Services account, and that
match the specified filters, if any.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.
resolverEndpoints - The Resolver endpoints that were created by using the current Amazon Web Services account, and that
match the specified filters, if any.ListResolverEndpointsResponse.Builder resolverEndpoints(Consumer<ResolverEndpoint.Builder>... 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 theResolverEndpoint.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.
resolverEndpoints - a consumer that will call methods on
ResolverEndpoint.Builder#resolverEndpoints(java.util.Collection) Copyright © 2023. All rights reserved.