Interface ListVpceConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListVpceConfigurationsResponse.Builder,
,ListVpceConfigurationsResponse> DeviceFarmResponse.Builder
,SdkBuilder<ListVpceConfigurationsResponse.Builder,
,ListVpceConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListVpceConfigurationsResponse
public static interface ListVpceConfigurationsResponse.Builder
extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListVpceConfigurationsResponse.Builder,ListVpceConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn 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.vpceConfigurations
(Collection<VPCEConfiguration> vpceConfigurations) An array ofVPCEConfiguration
objects that contain information about your VPC endpoint configuration.vpceConfigurations
(Consumer<VPCEConfiguration.Builder>... vpceConfigurations) An array ofVPCEConfiguration
objects that contain information about your VPC endpoint configuration.vpceConfigurations
(VPCEConfiguration... vpceConfigurations) An array ofVPCEConfiguration
objects that contain information about your VPC endpoint configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
vpceConfigurations
ListVpceConfigurationsResponse.Builder vpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations) An array of
VPCEConfiguration
objects that contain information about your VPC endpoint configuration.- Parameters:
vpceConfigurations
- An array ofVPCEConfiguration
objects that contain information about your VPC endpoint configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpceConfigurations
An array of
VPCEConfiguration
objects that contain information about your VPC endpoint configuration.- Parameters:
vpceConfigurations
- An array ofVPCEConfiguration
objects that contain information about your VPC endpoint configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpceConfigurations
ListVpceConfigurationsResponse.Builder vpceConfigurations(Consumer<VPCEConfiguration.Builder>... vpceConfigurations) An array of
This is a convenience method that creates an instance of theVPCEConfiguration
objects that contain information about your VPC endpoint configuration.VPCEConfiguration.Builder
avoiding the need to create one manually viaVPCEConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpceConfigurations(List<VPCEConfiguration>)
.- Parameters:
vpceConfigurations
- a consumer that will call methods onVPCEConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-