Struct aws_sdk_glue::model::statement::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Statement.
Implementations§
source§impl Builder
impl Builder
sourcepub fn state(self, input: StatementState) -> Self
pub fn state(self, input: StatementState) -> Self
The state while request is actioned.
sourcepub fn set_state(self, input: Option<StatementState>) -> Self
pub fn set_state(self, input: Option<StatementState>) -> Self
The state while request is actioned.
sourcepub fn output(self, input: StatementOutput) -> Self
pub fn output(self, input: StatementOutput) -> Self
The output in JSON.
sourcepub fn set_output(self, input: Option<StatementOutput>) -> Self
pub fn set_output(self, input: Option<StatementOutput>) -> Self
The output in JSON.
sourcepub fn set_progress(self, input: Option<f64>) -> Self
pub fn set_progress(self, input: Option<f64>) -> Self
The code execution progress.
sourcepub fn started_on(self, input: i64) -> Self
pub fn started_on(self, input: i64) -> Self
The unix time and date that the job definition was started.
sourcepub fn set_started_on(self, input: Option<i64>) -> Self
pub fn set_started_on(self, input: Option<i64>) -> Self
The unix time and date that the job definition was started.
sourcepub fn completed_on(self, input: i64) -> Self
pub fn completed_on(self, input: i64) -> Self
The unix time and date that the job definition was completed.
sourcepub fn set_completed_on(self, input: Option<i64>) -> Self
pub fn set_completed_on(self, input: Option<i64>) -> Self
The unix time and date that the job definition was completed.