Interface RouteTollSystem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteTollSystem.Builder,
,RouteTollSystem> SdkBuilder<RouteTollSystem.Builder,
,RouteTollSystem> SdkPojo
- Enclosing class:
RouteTollSystem
@Mutable
@NotThreadSafe
public static interface RouteTollSystem.Builder
extends SdkPojo, CopyableBuilder<RouteTollSystem.Builder,RouteTollSystem>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-