public static interface DescribeVpcEndpointServiceConfigurationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointServiceConfigurationsResponse.Builder,DescribeVpcEndpointServiceConfigurationsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointServiceConfigurationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVpcEndpointServiceConfigurationsResponse.Builder |
serviceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about one or more services.
|
DescribeVpcEndpointServiceConfigurationsResponse.Builder |
serviceConfigurations(Consumer<ServiceConfiguration.Builder>... serviceConfigurations)
Information about one or more services.
|
DescribeVpcEndpointServiceConfigurationsResponse.Builder |
serviceConfigurations(ServiceConfiguration... serviceConfigurations)
Information about one or more services.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeVpcEndpointServiceConfigurationsResponse.Builder serviceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about one or more services.
serviceConfigurations
- Information about one or more services.DescribeVpcEndpointServiceConfigurationsResponse.Builder serviceConfigurations(ServiceConfiguration... serviceConfigurations)
Information about one or more services.
serviceConfigurations
- Information about one or more services.DescribeVpcEndpointServiceConfigurationsResponse.Builder serviceConfigurations(Consumer<ServiceConfiguration.Builder>... serviceConfigurations)
Information about one or more services.
This is a convenience that creates an instance of theList.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 #serviceConfigurations(List)
.serviceConfigurations
- a consumer that will call methods on List.Builder
#serviceConfigurations(List)
DescribeVpcEndpointServiceConfigurationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.