public static interface ModifyInstanceEventWindowResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyInstanceEventWindowResponse.Builder,ModifyInstanceEventWindowResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyInstanceEventWindowResponse.Builder |
instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow)
Information about the event window.
|
ModifyInstanceEventWindowResponse.Builder |
instanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyInstanceEventWindowResponse.Builder instanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
instanceEventWindow - Information about the event window.default ModifyInstanceEventWindowResponse.Builder instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow)
Information about the event window.
This is a convenience method that creates an instance of theInstanceEventWindow.Builder avoiding the
need to create one manually via InstanceEventWindow.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to instanceEventWindow(InstanceEventWindow).instanceEventWindow - a consumer that will call methods on InstanceEventWindow.BuilderinstanceEventWindow(InstanceEventWindow)Copyright © 2022. All rights reserved.