Interface ContentBlockStopEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContentBlockStopEvent.Builder,ContentBlockStopEvent>,SdkBuilder<ContentBlockStopEvent.Builder,ContentBlockStopEvent>,SdkPojo
- All Known Subinterfaces:
DefaultContentBlockStop.Builder
- All Known Implementing Classes:
ContentBlockStopEvent.BuilderImpl
- Enclosing class:
- ContentBlockStopEvent
@Mutable @NotThreadSafe public static interface ContentBlockStopEvent.Builder extends SdkPojo, CopyableBuilder<ContentBlockStopEvent.Builder,ContentBlockStopEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentBlockStopEvent.BuildercontentBlockIndex(Integer contentBlockIndex)The index for a content block.-
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 Detail
-
contentBlockIndex
ContentBlockStopEvent.Builder contentBlockIndex(Integer contentBlockIndex)
The index for a content block.
- Parameters:
contentBlockIndex- The index for a content block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-