Interface PointOfInterest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PointOfInterest.Builder,PointOfInterest>,SdkBuilder<PointOfInterest.Builder,PointOfInterest>,SdkPojo
- Enclosing class:
- PointOfInterest
public static interface PointOfInterest.Builder extends SdkPojo, CopyableBuilder<PointOfInterest.Builder,PointOfInterest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointOfInterest.BuilderbeginOffsetMillis(Integer beginOffsetMillis)The beginning offset in milliseconds where the category rule was detected.PointOfInterest.BuilderendOffsetMillis(Integer endOffsetMillis)The ending offset in milliseconds where the category rule was detected.-
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, sdkFields
-
-
-
-
Method Detail
-
beginOffsetMillis
PointOfInterest.Builder beginOffsetMillis(Integer beginOffsetMillis)
The beginning offset in milliseconds where the category rule was detected.
- Parameters:
beginOffsetMillis- The beginning offset in milliseconds where the category rule was detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endOffsetMillis
PointOfInterest.Builder endOffsetMillis(Integer endOffsetMillis)
The ending offset in milliseconds where the category rule was detected.
- Parameters:
endOffsetMillis- The ending offset in milliseconds where the category rule was detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-