public static interface DescribeVpcEndpointServicesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointServicesResponse.Builder,DescribeVpcEndpointServicesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointServicesResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcEndpointServicesResponse.Builder |
serviceDetails(Collection<ServiceDetail> serviceDetails)
Information about the service.
|
DescribeVpcEndpointServicesResponse.Builder |
serviceDetails(Consumer<ServiceDetail.Builder>... serviceDetails)
Information about the service.
|
DescribeVpcEndpointServicesResponse.Builder |
serviceDetails(ServiceDetail... serviceDetails)
Information about the service.
|
DescribeVpcEndpointServicesResponse.Builder |
serviceNames(Collection<String> serviceNames)
A list of supported services.
|
DescribeVpcEndpointServicesResponse.Builder |
serviceNames(String... serviceNames)
A list of supported services.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeVpcEndpointServicesResponse.Builder serviceNames(Collection<String> serviceNames)
A list of supported services.
serviceNames
- A list of supported services.DescribeVpcEndpointServicesResponse.Builder serviceNames(String... serviceNames)
A list of supported services.
serviceNames
- A list of supported services.DescribeVpcEndpointServicesResponse.Builder serviceDetails(Collection<ServiceDetail> serviceDetails)
Information about the service.
serviceDetails
- Information about the service.DescribeVpcEndpointServicesResponse.Builder serviceDetails(ServiceDetail... serviceDetails)
Information about the service.
serviceDetails
- Information about the service.DescribeVpcEndpointServicesResponse.Builder serviceDetails(Consumer<ServiceDetail.Builder>... serviceDetails)
Information about the service.
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 #serviceDetails(List)
.serviceDetails
- a consumer that will call methods on List.Builder
#serviceDetails(List)
DescribeVpcEndpointServicesResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2021. All rights reserved.