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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteInstanceEventWindowResponse.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 method 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.Builder
instanceEventWindowState(InstanceEventWindowStateChange)
Copyright © 2023. All rights reserved.