Interface RelatedItemEventIncludedData.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RelatedItemEventIncludedData.Builder,,RelatedItemEventIncludedData> SdkBuilder<RelatedItemEventIncludedData.Builder,,RelatedItemEventIncludedData> SdkPojo
- Enclosing class:
 RelatedItemEventIncludedData
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
 
 
 -