Interface VehicleMiddleware.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VehicleMiddleware.Builder,,VehicleMiddleware> SdkBuilder<VehicleMiddleware.Builder,,VehicleMiddleware> SdkPojo
- Enclosing class:
 VehicleMiddleware
@Mutable
@NotThreadSafe
public static interface VehicleMiddleware.Builder
extends SdkPojo, CopyableBuilder<VehicleMiddleware.Builder,VehicleMiddleware> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the vehicle middleware.protocolName(String protocolName) The protocol name of the vehicle middleware.protocolName(VehicleMiddlewareProtocol protocolName) The protocol name of the vehicle middleware.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
name
The name of the vehicle middleware.
- Parameters:
 name- The name of the vehicle middleware.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
protocolName
The protocol name of the vehicle middleware.
- Parameters:
 protocolName- The protocol name of the vehicle middleware.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
protocolName
The protocol name of the vehicle middleware.
- Parameters:
 protocolName- The protocol name of the vehicle middleware.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -