Interface RouteFerryBeforeTravelStep.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteFerryBeforeTravelStep.Builder,
,RouteFerryBeforeTravelStep> SdkBuilder<RouteFerryBeforeTravelStep.Builder,
,RouteFerryBeforeTravelStep> SdkPojo
- Enclosing class:
RouteFerryBeforeTravelStep
@Mutable
@NotThreadSafe
public static interface RouteFerryBeforeTravelStep.Builder
extends SdkPojo, CopyableBuilder<RouteFerryBeforeTravelStep.Builder,RouteFerryBeforeTravelStep>
-
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
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
-
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:
-