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 that contain information about your VPC endpoint
configuration. |
ListVpceConfigurationsResponse.Builder |
vpceConfigurations(Consumer<VPCEConfiguration.Builder>... vpceConfigurations)
An array of
VPCEConfiguration objects that contain information about your VPC endpoint
configuration. |
ListVpceConfigurationsResponse.Builder |
vpceConfigurations(VPCEConfiguration... vpceConfigurations)
An array of
VPCEConfiguration objects that contain information about your VPC endpoint
configuration. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpceConfigurationsResponse.Builder vpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)
An array of VPCEConfiguration objects that contain information about your VPC endpoint
configuration.
vpceConfigurations - An array of VPCEConfiguration objects that contain information about your VPC endpoint
configuration.ListVpceConfigurationsResponse.Builder vpceConfigurations(VPCEConfiguration... vpceConfigurations)
An array of VPCEConfiguration objects that contain information about your VPC endpoint
configuration.
vpceConfigurations - An array of VPCEConfiguration objects that contain information about your VPC endpoint
configuration.ListVpceConfigurationsResponse.Builder vpceConfigurations(Consumer<VPCEConfiguration.Builder>... vpceConfigurations)
An array of VPCEConfiguration objects that contain information about your VPC endpoint
configuration.
VPCEConfiguration.Builder avoiding the need to
create one manually via VPCEConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vpceConfigurations(List.
vpceConfigurations - a consumer that will call methods on
VPCEConfiguration.Builder#vpceConfigurations(java.util.Collection) 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 © 2022. All rights reserved.