Interface HarnessContentBlockStopEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessContentBlockStopEvent.Builder,,HarnessContentBlockStopEvent> SdkBuilder<HarnessContentBlockStopEvent.Builder,,HarnessContentBlockStopEvent> SdkPojo
- All Known Subinterfaces:
DefaultContentBlockStop.Builder
- Enclosing class:
HarnessContentBlockStopEvent
@Mutable
@NotThreadSafe
public static interface HarnessContentBlockStopEvent.Builder
extends SdkPojo, CopyableBuilder<HarnessContentBlockStopEvent.Builder,HarnessContentBlockStopEvent>
-
Method Summary
Modifier and TypeMethodDescriptioncontentBlockIndex(Integer contentBlockIndex) The index of the content block that ended.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
-
contentBlockIndex
The index of the content block that ended.
- Parameters:
contentBlockIndex- The index of the content block that ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-