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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpceConfigurationsResponse.BuildernextToken(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.BuildervpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)An array ofVPCEConfigurationobjects that contain information about your VPC endpoint configuration.ListVpceConfigurationsResponse.BuildervpceConfigurations(Consumer<VPCEConfiguration.Builder>... vpceConfigurations)An array ofVPCEConfigurationobjects that contain information about your VPC endpoint configuration.ListVpceConfigurationsResponse.BuildervpceConfigurations(VPCEConfiguration... vpceConfigurations)An array ofVPCEConfigurationobjects 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 Detail
-
vpceConfigurations
ListVpceConfigurationsResponse.Builder vpceConfigurations(Collection<VPCEConfiguration> vpceConfigurations)
An array of
VPCEConfigurationobjects that contain information about your VPC endpoint configuration.- Parameters:
vpceConfigurations- An array ofVPCEConfigurationobjects 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(VPCEConfiguration... vpceConfigurations)
An array of
VPCEConfigurationobjects that contain information about your VPC endpoint configuration.- Parameters:
vpceConfigurations- An array ofVPCEConfigurationobjects 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 theVPCEConfigurationobjects that contain information about your VPC endpoint configuration.VPCEConfiguration.Builderavoiding the need to create one manually viaVPCEConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpceConfigurations(List.) - 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:
#vpceConfigurations(java.util.Collection)
-
nextToken
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.
- 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.
-
-