Struct aws_sdk_scheduler::model::schedule_group_summary::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ScheduleGroupSummary.
Implementations§
source§impl Builder
impl Builder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the schedule group.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the schedule group.
sourcepub fn state(self, input: ScheduleGroupState) -> Self
pub fn state(self, input: ScheduleGroupState) -> Self
Specifies the state of the schedule group.
sourcepub fn set_state(self, input: Option<ScheduleGroupState>) -> Self
pub fn set_state(self, input: Option<ScheduleGroupState>) -> Self
Specifies the state of the schedule group.
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The time at which the schedule group was created.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The time at which the schedule group was created.
sourcepub fn last_modification_date(self, input: DateTime) -> Self
pub fn last_modification_date(self, input: DateTime) -> Self
The time at which the schedule group was last modified.
sourcepub fn set_last_modification_date(self, input: Option<DateTime>) -> Self
pub fn set_last_modification_date(self, input: Option<DateTime>) -> Self
The time at which the schedule group was last modified.
sourcepub fn build(self) -> ScheduleGroupSummary
pub fn build(self) -> ScheduleGroupSummary
Consumes the builder and constructs a ScheduleGroupSummary.