Uses of Interface
software.amazon.awssdk.services.connectcases.model.EventIncludedData.Builder
-
Packages that use EventIncludedData.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of EventIncludedData.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return EventIncludedData.Builder Modifier and Type Method Description static EventIncludedData.BuilderEventIncludedData. builder()default EventIncludedData.BuilderEventIncludedData.Builder. caseData(Consumer<CaseEventIncludedData.Builder> caseData)Details of what case data is published through the case event stream.EventIncludedData.BuilderEventIncludedData.Builder. caseData(CaseEventIncludedData caseData)Details of what case data is published through the case event stream.default EventIncludedData.BuilderEventIncludedData.Builder. relatedItemData(Consumer<RelatedItemEventIncludedData.Builder> relatedItemData)Details of what related item data is published through the case event stream.EventIncludedData.BuilderEventIncludedData.Builder. relatedItemData(RelatedItemEventIncludedData relatedItemData)Details of what related item data is published through the case event stream.EventIncludedData.BuilderEventIncludedData. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type EventIncludedData.Builder Modifier and Type Method Description static Class<? extends EventIncludedData.Builder>EventIncludedData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type EventIncludedData.Builder Modifier and Type Method Description default EventBridgeConfiguration.BuilderEventBridgeConfiguration.Builder. includedData(Consumer<EventIncludedData.Builder> includedData)Details of what case and related item data is published through the case event stream.
-