public static interface ModifyInstanceEventStartTimeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyInstanceEventStartTimeRequest.Builder,ModifyInstanceEventStartTimeRequest>
Modifier and Type | Method and Description |
---|---|
ModifyInstanceEventStartTimeRequest.Builder |
instanceEventId(String instanceEventId)
The ID of the event whose date and time you are modifying.
|
ModifyInstanceEventStartTimeRequest.Builder |
instanceId(String instanceId)
The ID of the instance with the scheduled event.
|
ModifyInstanceEventStartTimeRequest.Builder |
notBefore(Instant notBefore)
The new date and time when the event will take place.
|
ModifyInstanceEventStartTimeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyInstanceEventStartTimeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyInstanceEventStartTimeRequest.Builder instanceId(String instanceId)
The ID of the instance with the scheduled event.
instanceId
- The ID of the instance with the scheduled event.ModifyInstanceEventStartTimeRequest.Builder instanceEventId(String instanceEventId)
The ID of the event whose date and time you are modifying.
instanceEventId
- The ID of the event whose date and time you are modifying.ModifyInstanceEventStartTimeRequest.Builder notBefore(Instant notBefore)
The new date and time when the event will take place.
notBefore
- The new date and time when the event will take place.ModifyInstanceEventStartTimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyInstanceEventStartTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.