Interface WaypointOptimizationRestProfile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WaypointOptimizationRestProfile.Builder,
,WaypointOptimizationRestProfile> SdkBuilder<WaypointOptimizationRestProfile.Builder,
,WaypointOptimizationRestProfile> SdkPojo
- Enclosing class:
WaypointOptimizationRestProfile
@Mutable
@NotThreadSafe
public static interface WaypointOptimizationRestProfile.Builder
extends SdkPojo, CopyableBuilder<WaypointOptimizationRestProfile.Builder,WaypointOptimizationRestProfile>
-
Method Summary
Modifier and TypeMethodDescriptionPre defined rest profiles for a driver schedule.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
-
profile
Pre defined rest profiles for a driver schedule. The only currently supported profile is EU.
- Parameters:
profile
- Pre defined rest profiles for a driver schedule. The only currently supported profile is EU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-