public static interface DeleteInstanceEventWindowResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteInstanceEventWindowResponse.Builder,DeleteInstanceEventWindowResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteInstanceEventWindowResponse.Builder |
instanceEventWindowState(Consumer<InstanceEventWindowStateChange.Builder> instanceEventWindowState)
The state of the event window.
|
DeleteInstanceEventWindowResponse.Builder |
instanceEventWindowState(InstanceEventWindowStateChange instanceEventWindowState)
The state of the event window.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteInstanceEventWindowResponse.Builder instanceEventWindowState(InstanceEventWindowStateChange instanceEventWindowState)
The state of the event window.
instanceEventWindowState - The state of the event window.default DeleteInstanceEventWindowResponse.Builder instanceEventWindowState(Consumer<InstanceEventWindowStateChange.Builder> instanceEventWindowState)
The state of the event window.
This is a convenience that creates an instance of theInstanceEventWindowStateChange.Builder avoiding
the need to create one manually via InstanceEventWindowStateChange.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to instanceEventWindowState(InstanceEventWindowStateChange).instanceEventWindowState - a consumer that will call methods on InstanceEventWindowStateChange.BuilderinstanceEventWindowState(InstanceEventWindowStateChange)Copyright © 2022. All rights reserved.