public static interface ModifyInstanceEventStartTimeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyInstanceEventStartTimeRequest.Builder,ModifyInstanceEventStartTimeRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyInstanceEventStartTimeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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 dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.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.BuilderModifyInstanceEventStartTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.