Interface VehicleMiddleware.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VehicleMiddleware.Builder,VehicleMiddleware>,SdkBuilder<VehicleMiddleware.Builder,VehicleMiddleware>,SdkPojo
- Enclosing class:
- VehicleMiddleware
public static interface VehicleMiddleware.Builder extends SdkPojo, CopyableBuilder<VehicleMiddleware.Builder,VehicleMiddleware>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VehicleMiddleware.Buildername(String name)The name of the vehicle middleware.VehicleMiddleware.BuilderprotocolName(String protocolName)The protocol name of the vehicle middleware.VehicleMiddleware.BuilderprotocolName(VehicleMiddlewareProtocol protocolName)The protocol name of the vehicle middleware.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
VehicleMiddleware.Builder name(String 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
VehicleMiddleware.Builder protocolName(String 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:
VehicleMiddlewareProtocol,VehicleMiddlewareProtocol
-
protocolName
VehicleMiddleware.Builder protocolName(VehicleMiddlewareProtocol 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:
VehicleMiddlewareProtocol,VehicleMiddlewareProtocol
-
-