public static interface ListVpceConfigurationsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListVpceConfigurationsResponse.Builder,ListVpceConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVpceConfigurationsResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListVpceConfigurationsResponse.Builder |
vpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)
An array of
VPCEConfiguration objects containing information about your VPC endpoint
configuration. |
ListVpceConfigurationsResponse.Builder |
vpceConfigurations(Consumer<VPCEConfiguration.Builder>... vpceConfigurations)
An array of
VPCEConfiguration objects containing information about your VPC endpoint
configuration. |
ListVpceConfigurationsResponse.Builder |
vpceConfigurations(VPCEConfiguration... vpceConfigurations)
An array of
VPCEConfiguration objects containing information about your VPC endpoint
configuration. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListVpceConfigurationsResponse.Builder vpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)
An array of VPCEConfiguration objects containing information about your VPC endpoint
configuration.
vpceConfigurations - An array of VPCEConfiguration objects containing information about your VPC endpoint
configuration.ListVpceConfigurationsResponse.Builder vpceConfigurations(VPCEConfiguration... vpceConfigurations)
An array of VPCEConfiguration objects containing information about your VPC endpoint
configuration.
vpceConfigurations - An array of VPCEConfiguration objects containing information about your VPC endpoint
configuration.ListVpceConfigurationsResponse.Builder vpceConfigurations(Consumer<VPCEConfiguration.Builder>... vpceConfigurations)
An array of VPCEConfiguration objects containing information about your VPC endpoint
configuration.
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 #vpceConfigurations(List) .vpceConfigurations - a consumer that will call methods on List.Builder #vpceConfigurations(List) ListVpceConfigurationsResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.