Interface RouteTollSystem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteTollSystem.Builder,RouteTollSystem>,SdkBuilder<RouteTollSystem.Builder,RouteTollSystem>,SdkPojo
- Enclosing class:
- RouteTollSystem
public static interface RouteTollSystem.Builder extends SdkPojo, CopyableBuilder<RouteTollSystem.Builder,RouteTollSystem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteTollSystem.Buildername(String name)The toll system name.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
RouteTollSystem.Builder name(String name)
The toll system name.
- Parameters:
name- The toll system name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-