Interface RouteContinueStepDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteContinueStepDetails.Builder,
,RouteContinueStepDetails> SdkBuilder<RouteContinueStepDetails.Builder,
,RouteContinueStepDetails> SdkPojo
- Enclosing class:
RouteContinueStepDetails
@Mutable
@NotThreadSafe
public static interface RouteContinueStepDetails.Builder
extends SdkPojo, CopyableBuilder<RouteContinueStepDetails.Builder,RouteContinueStepDetails>
-
Method Summary
Modifier and TypeMethodDescriptionintersection
(Collection<LocalizedString> intersection) Name of the intersection, if applicable to the step.intersection
(Consumer<LocalizedString.Builder>... intersection) Name of the intersection, if applicable to the step.intersection
(LocalizedString... intersection) Name of the intersection, if applicable to 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
-
intersection
Name of the intersection, if applicable to the step.
- Parameters:
intersection
- Name of the intersection, if applicable to the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intersection
Name of the intersection, if applicable to the step.
- Parameters:
intersection
- Name of the intersection, if applicable to the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intersection
Name of the intersection, if applicable to the step.
This is a convenience method that creates an instance of theLocalizedString.Builder
avoiding the need to create one manually viaLocalizedString.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointersection(List<LocalizedString>)
.- Parameters:
intersection
- a consumer that will call methods onLocalizedString.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-