Interface CreateScheduleGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateScheduleGroupRequest.Builder,,CreateScheduleGroupRequest> SchedulerRequest.Builder,SdkBuilder<CreateScheduleGroupRequest.Builder,,CreateScheduleGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateScheduleGroupRequest
@Mutable
@NotThreadSafe
public static interface CreateScheduleGroupRequest.Builder
extends SchedulerRequest.Builder, SdkPojo, CopyableBuilder<CreateScheduleGroupRequest.Builder,CreateScheduleGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request.The name of the schedule group that you are creating.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) The list of tags to associate with the schedule group.tags(Consumer<Tag.Builder>... tags) The list of tags to associate with the schedule group.The list of tags to associate with the schedule group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.scheduler.model.SchedulerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the schedule group that you are creating.
- Parameters:
name- The name of the schedule group that you are creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of tags to associate with the schedule group.
- Parameters:
tags- The list of tags to associate with the schedule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of tags to associate with the schedule group.
- Parameters:
tags- The list of tags to associate with the schedule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of tags to associate with the schedule group.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateScheduleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateScheduleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-