Interface RelatedItemEventIncludedData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RelatedItemEventIncludedData.Builder,
,RelatedItemEventIncludedData> SdkBuilder<RelatedItemEventIncludedData.Builder,
,RelatedItemEventIncludedData> SdkPojo
- Enclosing class:
RelatedItemEventIncludedData
@Mutable
@NotThreadSafe
public static interface RelatedItemEventIncludedData.Builder
extends SdkPojo, CopyableBuilder<RelatedItemEventIncludedData.Builder,RelatedItemEventIncludedData>
-
Method Summary
Modifier and TypeMethodDescriptionincludeContent
(Boolean includeContent) Details of what related item data is published through the case event stream.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 Details
-
includeContent
Details of what related item data is published through the case event stream.
- Parameters:
includeContent
- Details of what related item data is published through the case event stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-