Interface EventOrchestration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventOrchestration.Builder,EventOrchestration>,SdkBuilder<EventOrchestration.Builder,EventOrchestration>,SdkPojo
- Enclosing class:
- EventOrchestration
public static interface EventOrchestration.Builder extends SdkPojo, CopyableBuilder<EventOrchestration.Builder,EventOrchestration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventOrchestration.BuildereventBridgeEnabled(Boolean eventBridgeEnabled)Specifies if event orchestration is enabled through Amazon EventBridge.-
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
-
eventBridgeEnabled
EventOrchestration.Builder eventBridgeEnabled(Boolean eventBridgeEnabled)
Specifies if event orchestration is enabled through Amazon EventBridge.
- Parameters:
eventBridgeEnabled- Specifies if event orchestration is enabled through Amazon EventBridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-