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
Modifier and TypeMethodDescriptionbeginOffsetMillis
(Integer beginOffsetMillis) The beginning offset in milliseconds where the category rule was detected.endOffsetMillis
(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 Details
-
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
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.
-