Struct aws_sdk_ecs::output::update_task_set_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for UpdateTaskSetOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_task_set(self, input: Option<TaskSet>) -> Self
pub fn set_task_set(self, input: Option<TaskSet>) -> Self
Details about the task set.
sourcepub fn build(self) -> UpdateTaskSetOutput
pub fn build(self) -> UpdateTaskSetOutput
Consumes the builder and constructs a UpdateTaskSetOutput.