Interface CanInterface.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CanInterface.Builder,CanInterface>,SdkBuilder<CanInterface.Builder,CanInterface>,SdkPojo
- Enclosing class:
- CanInterface
public static interface CanInterface.Builder extends SdkPojo, CopyableBuilder<CanInterface.Builder,CanInterface>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CanInterface.Buildername(String name)The unique name of the interface.CanInterface.BuilderprotocolName(String protocolName)The name of the communication protocol for the interface.CanInterface.BuilderprotocolVersion(String protocolVersion)The version of the communication protocol for the interface.-
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
CanInterface.Builder name(String name)
The unique name of the interface.
- Parameters:
name- The unique name of the interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolName
CanInterface.Builder protocolName(String protocolName)
The name of the communication protocol for the interface.
- Parameters:
protocolName- The name of the communication protocol for the interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolVersion
CanInterface.Builder protocolVersion(String protocolVersion)
The version of the communication protocol for the interface.
- Parameters:
protocolVersion- The version of the communication protocol for the interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-