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 the services.
|
DescribeVpcEndpointServiceConfigurationsResponse.Builder |
serviceConfigurations(Consumer<ServiceConfiguration.Builder>... serviceConfigurations)
Information about the services.
|
DescribeVpcEndpointServiceConfigurationsResponse.Builder |
serviceConfigurations(ServiceConfiguration... serviceConfigurations)
Information about the services.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeVpcEndpointServiceConfigurationsResponse.Builder serviceConfigurations(Collection<ServiceConfiguration> serviceConfigurations)
Information about the services.
serviceConfigurations
- Information about the services.DescribeVpcEndpointServiceConfigurationsResponse.Builder serviceConfigurations(ServiceConfiguration... serviceConfigurations)
Information about the services.
serviceConfigurations
- Information about the services.DescribeVpcEndpointServiceConfigurationsResponse.Builder serviceConfigurations(Consumer<ServiceConfiguration.Builder>... serviceConfigurations)
Information about the services.
This is a convenience method that creates an instance of theServiceConfiguration.Builder
avoiding the need to create
one manually via ServiceConfiguration.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately
and its result is passed to #serviceConfigurations(List
.
serviceConfigurations
- a consumer that will call methods on
ServiceConfiguration.Builder
#serviceConfigurations(java.util.Collection)
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 © 2023. All rights reserved.