Struct aws_sdk_datasync::model::task_execution_list_entry::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TaskExecutionListEntry
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn task_execution_arn(self, input: impl Into<String>) -> Self
pub fn task_execution_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the task that was executed.
sourcepub fn set_task_execution_arn(self, input: Option<String>) -> Self
pub fn set_task_execution_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the task that was executed.
sourcepub fn status(self, input: TaskExecutionStatus) -> Self
pub fn status(self, input: TaskExecutionStatus) -> Self
The status of a task execution.
sourcepub fn set_status(self, input: Option<TaskExecutionStatus>) -> Self
pub fn set_status(self, input: Option<TaskExecutionStatus>) -> Self
The status of a task execution.
sourcepub fn build(self) -> TaskExecutionListEntry
pub fn build(self) -> TaskExecutionListEntry
Consumes the builder and constructs a TaskExecutionListEntry
.