Interface RouteFerryAfterTravelStep.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteFerryAfterTravelStep.Builder,,RouteFerryAfterTravelStep> SdkBuilder<RouteFerryAfterTravelStep.Builder,,RouteFerryAfterTravelStep> SdkPojo
- Enclosing class:
RouteFerryAfterTravelStep
@Mutable
@NotThreadSafe
public static interface RouteFerryAfterTravelStep.Builder
extends SdkPojo, CopyableBuilder<RouteFerryAfterTravelStep.Builder,RouteFerryAfterTravelStep>
-
Method Summary
Modifier and TypeMethodDescriptionDuration of the step.instruction(String instruction) Brief description of the step in the requested language.Type of the step.Type of the step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
duration
Duration of the step.
Unit:
seconds- Parameters:
duration- Duration of the step.Unit:
seconds- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instruction
Brief description of the step in the requested language.
Only available when the TravelStepType is Default.
- Parameters:
instruction- Brief description of the step in the requested language.Only available when the TravelStepType is Default.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Type of the step.
- Parameters:
type- Type of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of the step.
- Parameters:
type- Type of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-