Struct aws_sdk_scheduler::operation::create_schedule_group::builders::CreateScheduleGroupFluentBuilder
source · pub struct CreateScheduleGroupFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateScheduleGroup.
Creates the specified schedule group.
Implementations§
source§impl CreateScheduleGroupFluentBuilder
impl CreateScheduleGroupFluentBuilder
sourcepub fn as_input(&self) -> &CreateScheduleGroupInputBuilder
pub fn as_input(&self) -> &CreateScheduleGroupInputBuilder
Access the CreateScheduleGroup as a reference.
sourcepub async fn send(
self
) -> Result<CreateScheduleGroupOutput, SdkError<CreateScheduleGroupError, HttpResponse>>
pub async fn send( self ) -> Result<CreateScheduleGroupOutput, SdkError<CreateScheduleGroupError, HttpResponse>>
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 customize(
self
) -> CustomizableOperation<CreateScheduleGroupOutput, CreateScheduleGroupError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateScheduleGroupOutput, CreateScheduleGroupError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
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.
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.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
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 CreateScheduleGroupFluentBuilder
impl Clone for CreateScheduleGroupFluentBuilder
source§fn clone(&self) -> CreateScheduleGroupFluentBuilder
fn clone(&self) -> CreateScheduleGroupFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more