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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedItemEventIncludedData.BuilderincludeContent(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, sdkFields
-
-
-
-
Method Detail
-
includeContent
RelatedItemEventIncludedData.Builder includeContent(Boolean 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.
-
-