public static interface DescribeVpcEndpointServicesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointServicesRequest.Builder,DescribeVpcEndpointServicesRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeVpcEndpointServicesRequest.Builder serviceNames(Collection<String> serviceNames)
One or more service names.
serviceNames
- One or more service names.DescribeVpcEndpointServicesRequest.Builder serviceNames(String... serviceNames)
One or more service names.
serviceNames
- One or more service names.DescribeVpcEndpointServicesRequest.Builder filters(Collection<Filter> filters)
One or more filters.
service-name
: The name of the service.
filters
- One or more filters.
service-name
: The name of the service.
DescribeVpcEndpointServicesRequest.Builder filters(Filter... filters)
One or more filters.
service-name
: The name of the service.
filters
- One or more filters.
service-name
: The name of the service.
DescribeVpcEndpointServicesRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters.
service-name
: The name of the service.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
DescribeVpcEndpointServicesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1000, we return only 1000 items.
maxResults
- The maximum number of items to return for this request. The request returns a token that you can
specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1000, we return only 1000 items.
DescribeVpcEndpointServicesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken
- The token for the next set of items to return. (You received this token from a prior call.)DescribeVpcEndpointServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeVpcEndpointServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.