public static interface CreateScheduleGroupRequest.Builder extends SchedulerRequest.Builder, SdkPojo, CopyableBuilder<CreateScheduleGroupRequest.Builder,CreateScheduleGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateScheduleGroupRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateScheduleGroupRequest.Builder |
name(String name)
The name of the schedule group that you are creating.
|
CreateScheduleGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateScheduleGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateScheduleGroupRequest.Builder |
tags(Collection<Tag> tags)
The list of tags to associate with the schedule group.
|
CreateScheduleGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of tags to associate with the schedule group.
|
CreateScheduleGroupRequest.Builder |
tags(Tag... tags)
The list of tags to associate with the schedule group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateScheduleGroupRequest.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.CreateScheduleGroupRequest.Builder name(String name)
The name of the schedule group that you are creating.
name - The name of the schedule group that you are creating.CreateScheduleGroupRequest.Builder tags(Collection<Tag> tags)
The list of tags to associate with the schedule group.
tags - The list of tags to associate with the schedule group.CreateScheduleGroupRequest.Builder tags(Tag... tags)
The list of tags to associate with the schedule group.
tags - The list of tags to associate with the schedule group.CreateScheduleGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags to associate with the schedule group.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateScheduleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateScheduleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.