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) | 
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyInstanceEventStartTimeRequest.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.BuilderModifyInstanceEventStartTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.