public static interface DeleteScheduleRequest.Builder extends SchedulerRequest.Builder, SdkPojo, CopyableBuilder<DeleteScheduleRequest.Builder,DeleteScheduleRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteScheduleRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
DeleteScheduleRequest.Builder |
groupName(String groupName)
The name of the schedule group associated with this schedule.
|
DeleteScheduleRequest.Builder |
name(String name)
The name of the schedule to delete.
|
DeleteScheduleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteScheduleRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not
specify a client token, EventBridge Scheduler uses a randomly generated token for the request to
ensure idempotency.DeleteScheduleRequest.Builder groupName(String groupName)
The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.
groupName - The name of the schedule group associated with this schedule. If you omit this, the default schedule
group is used.DeleteScheduleRequest.Builder name(String name)
The name of the schedule to delete.
name - The name of the schedule to delete.DeleteScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.