Interface RouteFerryAfterTravelStep.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteFerryAfterTravelStep.Builder,RouteFerryAfterTravelStep>,SdkBuilder<RouteFerryAfterTravelStep.Builder,RouteFerryAfterTravelStep>,SdkPojo
- Enclosing class:
- RouteFerryAfterTravelStep
public static interface RouteFerryAfterTravelStep.Builder extends SdkPojo, CopyableBuilder<RouteFerryAfterTravelStep.Builder,RouteFerryAfterTravelStep>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteFerryAfterTravelStep.Builderduration(Long duration)Duration of the step.RouteFerryAfterTravelStep.Builderinstruction(String instruction)Brief description of the step in the requested language.RouteFerryAfterTravelStep.Buildertype(String type)Type of the step.RouteFerryAfterTravelStep.Buildertype(RouteFerryAfterTravelStepType type)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 Detail
-
duration
RouteFerryAfterTravelStep.Builder duration(Long 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
RouteFerryAfterTravelStep.Builder instruction(String 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
RouteFerryAfterTravelStep.Builder type(String 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:
RouteFerryAfterTravelStepType,RouteFerryAfterTravelStepType
-
type
RouteFerryAfterTravelStep.Builder type(RouteFerryAfterTravelStepType 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:
RouteFerryAfterTravelStepType,RouteFerryAfterTravelStepType
-
-