Struct aws_sdk_elasticsearch::model::option_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for OptionStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
Timestamp which tells the creation date for the entity.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
Timestamp which tells the creation date for the entity.
sourcepub fn update_date(self, input: DateTime) -> Self
pub fn update_date(self, input: DateTime) -> Self
Timestamp which tells the last updated time for the entity.
sourcepub fn set_update_date(self, input: Option<DateTime>) -> Self
pub fn set_update_date(self, input: Option<DateTime>) -> Self
Timestamp which tells the last updated time for the entity.
sourcepub fn update_version(self, input: i32) -> Self
pub fn update_version(self, input: i32) -> Self
Specifies the latest version for the entity.
sourcepub fn set_update_version(self, input: Option<i32>) -> Self
pub fn set_update_version(self, input: Option<i32>) -> Self
Specifies the latest version for the entity.
sourcepub fn state(self, input: OptionState) -> Self
pub fn state(self, input: OptionState) -> Self
Provides the OptionState
for the Elasticsearch domain.
sourcepub fn set_state(self, input: Option<OptionState>) -> Self
pub fn set_state(self, input: Option<OptionState>) -> Self
Provides the OptionState
for the Elasticsearch domain.
sourcepub fn pending_deletion(self, input: bool) -> Self
pub fn pending_deletion(self, input: bool) -> Self
Indicates whether the Elasticsearch domain is being deleted.
sourcepub fn set_pending_deletion(self, input: Option<bool>) -> Self
pub fn set_pending_deletion(self, input: Option<bool>) -> Self
Indicates whether the Elasticsearch domain is being deleted.
sourcepub fn build(self) -> OptionStatus
pub fn build(self) -> OptionStatus
Consumes the builder and constructs a OptionStatus
.