Interface RoadSnapNotice.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoadSnapNotice.Builder,,RoadSnapNotice> SdkBuilder<RoadSnapNotice.Builder,,RoadSnapNotice> SdkPojo
- Enclosing class:
RoadSnapNotice
@Mutable
@NotThreadSafe
public static interface RoadSnapNotice.Builder
extends SdkPojo, CopyableBuilder<RoadSnapNotice.Builder,RoadSnapNotice>
-
Method Summary
Modifier and TypeMethodDescriptionCode corresponding to the issue.code(RoadSnapNoticeCode code) Code corresponding to the issue.The notice title.tracePointIndexes(Integer... tracePointIndexes) TracePoint indices for which the provided notice code corresponds to.tracePointIndexes(Collection<Integer> tracePointIndexes) TracePoint indices for which the provided notice code corresponds to.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
-
code
Code corresponding to the issue.
- Parameters:
code- Code corresponding to the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
Code corresponding to the issue.
- Parameters:
code- Code corresponding to the issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
title
The notice title.
- Parameters:
title- The notice title.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tracePointIndexes
TracePoint indices for which the provided notice code corresponds to.
- Parameters:
tracePointIndexes- TracePoint indices for which the provided notice code corresponds to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tracePointIndexes
TracePoint indices for which the provided notice code corresponds to.
- Parameters:
tracePointIndexes- TracePoint indices for which the provided notice code corresponds to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-