public static interface InstanceEventWindowStateChange.Builder extends SdkPojo, CopyableBuilder<InstanceEventWindowStateChange.Builder,InstanceEventWindowStateChange>
Modifier and Type | Method and Description |
---|---|
InstanceEventWindowStateChange.Builder |
instanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
InstanceEventWindowStateChange.Builder |
state(InstanceEventWindowState state)
The current state of the event window.
|
InstanceEventWindowStateChange.Builder |
state(String state)
The current state of the event window.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceEventWindowStateChange.Builder instanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
instanceEventWindowId
- The ID of the event window.InstanceEventWindowStateChange.Builder state(String state)
The current state of the event window.
state
- The current state of the event window.InstanceEventWindowState
,
InstanceEventWindowState
InstanceEventWindowStateChange.Builder state(InstanceEventWindowState state)
The current state of the event window.
state
- The current state of the event window.InstanceEventWindowState
,
InstanceEventWindowState
Copyright © 2022. All rights reserved.