Uses of Interface
software.amazon.awssdk.services.georoutes.model.RoadSnapNotice.Builder
-
Packages that use RoadSnapNotice.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RoadSnapNotice.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RoadSnapNotice.Builder Modifier and Type Method Description static RoadSnapNotice.BuilderRoadSnapNotice. builder()RoadSnapNotice.BuilderRoadSnapNotice.Builder. code(String code)Code corresponding to the issue.RoadSnapNotice.BuilderRoadSnapNotice.Builder. code(RoadSnapNoticeCode code)Code corresponding to the issue.RoadSnapNotice.BuilderRoadSnapNotice.Builder. title(String title)The notice title.RoadSnapNotice.BuilderRoadSnapNotice. toBuilder()RoadSnapNotice.BuilderRoadSnapNotice.Builder. tracePointIndexes(Integer... tracePointIndexes)TracePoint indices for which the provided notice code corresponds to.RoadSnapNotice.BuilderRoadSnapNotice.Builder. tracePointIndexes(Collection<Integer> tracePointIndexes)TracePoint indices for which the provided notice code corresponds to.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RoadSnapNotice.Builder Modifier and Type Method Description static Class<? extends RoadSnapNotice.Builder>RoadSnapNotice. serializableBuilderClass()
-