pub struct CreateScheduleGroup { /* private fields */ }Expand description
Fluent builder constructing a request to CreateScheduleGroup.
Creates the specified schedule group.
Implementations§
source§impl CreateScheduleGroup
impl CreateScheduleGroup
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateScheduleGroup, AwsResponseRetryClassifier>, SdkError<CreateScheduleGroupError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateScheduleGroup, AwsResponseRetryClassifier>, SdkError<CreateScheduleGroupError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CreateScheduleGroupOutput, SdkError<CreateScheduleGroupError>>
pub async fn send(
self
) -> Result<CreateScheduleGroupOutput, SdkError<CreateScheduleGroupError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the schedule group that you are creating.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the schedule group that you are creating.
Appends an item to Tags.
To override the contents of this collection use set_tags.
The list of tags to associate with the schedule group.
The list of tags to associate with the schedule group.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
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.
Trait Implementations§
source§impl Clone for CreateScheduleGroup
impl Clone for CreateScheduleGroup
source§fn clone(&self) -> CreateScheduleGroup
fn clone(&self) -> CreateScheduleGroup
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more