Struct aws_sdk_glue::types::builders::TableStatusBuilder
source · #[non_exhaustive]pub struct TableStatusBuilder { /* private fields */ }Expand description
A builder for TableStatus.
Implementations§
source§impl TableStatusBuilder
impl TableStatusBuilder
sourcepub fn requested_by(self, input: impl Into<String>) -> Self
pub fn requested_by(self, input: impl Into<String>) -> Self
The ARN of the user who requested the asynchronous change.
sourcepub fn set_requested_by(self, input: Option<String>) -> Self
pub fn set_requested_by(self, input: Option<String>) -> Self
The ARN of the user who requested the asynchronous change.
sourcepub fn get_requested_by(&self) -> &Option<String>
pub fn get_requested_by(&self) -> &Option<String>
The ARN of the user who requested the asynchronous change.
sourcepub fn updated_by(self, input: impl Into<String>) -> Self
pub fn updated_by(self, input: impl Into<String>) -> Self
The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).
sourcepub fn set_updated_by(self, input: Option<String>) -> Self
pub fn set_updated_by(self, input: Option<String>) -> Self
The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).
sourcepub fn get_updated_by(&self) -> &Option<String>
pub fn get_updated_by(&self) -> &Option<String>
The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).
sourcepub fn request_time(self, input: DateTime) -> Self
pub fn request_time(self, input: DateTime) -> Self
An ISO 8601 formatted date string indicating the time that the change was initiated.
sourcepub fn set_request_time(self, input: Option<DateTime>) -> Self
pub fn set_request_time(self, input: Option<DateTime>) -> Self
An ISO 8601 formatted date string indicating the time that the change was initiated.
sourcepub fn get_request_time(&self) -> &Option<DateTime>
pub fn get_request_time(&self) -> &Option<DateTime>
An ISO 8601 formatted date string indicating the time that the change was initiated.
sourcepub fn update_time(self, input: DateTime) -> Self
pub fn update_time(self, input: DateTime) -> Self
An ISO 8601 formatted date string indicating the time that the state was last updated.
sourcepub fn set_update_time(self, input: Option<DateTime>) -> Self
pub fn set_update_time(self, input: Option<DateTime>) -> Self
An ISO 8601 formatted date string indicating the time that the state was last updated.
sourcepub fn get_update_time(&self) -> &Option<DateTime>
pub fn get_update_time(&self) -> &Option<DateTime>
An ISO 8601 formatted date string indicating the time that the state was last updated.
sourcepub fn action(self, input: ResourceAction) -> Self
pub fn action(self, input: ResourceAction) -> Self
Indicates which action was called on the table, currently only CREATE or UPDATE.
sourcepub fn set_action(self, input: Option<ResourceAction>) -> Self
pub fn set_action(self, input: Option<ResourceAction>) -> Self
Indicates which action was called on the table, currently only CREATE or UPDATE.
sourcepub fn get_action(&self) -> &Option<ResourceAction>
pub fn get_action(&self) -> &Option<ResourceAction>
Indicates which action was called on the table, currently only CREATE or UPDATE.
sourcepub fn state(self, input: ResourceState) -> Self
pub fn state(self, input: ResourceState) -> Self
A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.
sourcepub fn set_state(self, input: Option<ResourceState>) -> Self
pub fn set_state(self, input: Option<ResourceState>) -> Self
A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.
sourcepub fn get_state(&self) -> &Option<ResourceState>
pub fn get_state(&self) -> &Option<ResourceState>
A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.
sourcepub fn error(self, input: ErrorDetail) -> Self
pub fn error(self, input: ErrorDetail) -> Self
An error that will only appear when the state is "FAILED". This is a parent level exception message, there may be different Errors for each dialect.
sourcepub fn set_error(self, input: Option<ErrorDetail>) -> Self
pub fn set_error(self, input: Option<ErrorDetail>) -> Self
An error that will only appear when the state is "FAILED". This is a parent level exception message, there may be different Errors for each dialect.
sourcepub fn get_error(&self) -> &Option<ErrorDetail>
pub fn get_error(&self) -> &Option<ErrorDetail>
An error that will only appear when the state is "FAILED". This is a parent level exception message, there may be different Errors for each dialect.
sourcepub fn details(self, input: StatusDetails) -> Self
pub fn details(self, input: StatusDetails) -> Self
A StatusDetails object with information about the requested change.
sourcepub fn set_details(self, input: Option<StatusDetails>) -> Self
pub fn set_details(self, input: Option<StatusDetails>) -> Self
A StatusDetails object with information about the requested change.
sourcepub fn get_details(&self) -> &Option<StatusDetails>
pub fn get_details(&self) -> &Option<StatusDetails>
A StatusDetails object with information about the requested change.
sourcepub fn build(self) -> TableStatus
pub fn build(self) -> TableStatus
Consumes the builder and constructs a TableStatus.
Trait Implementations§
source§impl Clone for TableStatusBuilder
impl Clone for TableStatusBuilder
source§fn clone(&self) -> TableStatusBuilder
fn clone(&self) -> TableStatusBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TableStatusBuilder
impl Debug for TableStatusBuilder
source§impl Default for TableStatusBuilder
impl Default for TableStatusBuilder
source§fn default() -> TableStatusBuilder
fn default() -> TableStatusBuilder
source§impl PartialEq for TableStatusBuilder
impl PartialEq for TableStatusBuilder
impl StructuralPartialEq for TableStatusBuilder
Auto Trait Implementations§
impl Freeze for TableStatusBuilder
impl RefUnwindSafe for TableStatusBuilder
impl Send for TableStatusBuilder
impl Sync for TableStatusBuilder
impl Unpin for TableStatusBuilder
impl UnwindSafe for TableStatusBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more