Interface RouteTaxiAfterTravelStep.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteTaxiAfterTravelStep.Builder,,RouteTaxiAfterTravelStep> SdkBuilder<RouteTaxiAfterTravelStep.Builder,,RouteTaxiAfterTravelStep> SdkPojo
- Enclosing class:
RouteTaxiAfterTravelStep
@Mutable
@NotThreadSafe
public static interface RouteTaxiAfterTravelStep.Builder
extends SdkPojo, CopyableBuilder<RouteTaxiAfterTravelStep.Builder,RouteTaxiAfterTravelStep>
-
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.
- Parameters:
instruction- Brief description of the step in the requested language.- 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:
-