Struct aws_sdk_fsx::operation::delete_data_repository_association::builders::DeleteDataRepositoryAssociationOutputBuilder
source · #[non_exhaustive]pub struct DeleteDataRepositoryAssociationOutputBuilder { /* private fields */ }Expand description
A builder for DeleteDataRepositoryAssociationOutput.
Implementations§
source§impl DeleteDataRepositoryAssociationOutputBuilder
impl DeleteDataRepositoryAssociationOutputBuilder
sourcepub fn association_id(self, input: impl Into<String>) -> Self
pub fn association_id(self, input: impl Into<String>) -> Self
The ID of the data repository association being deleted.
sourcepub fn set_association_id(self, input: Option<String>) -> Self
pub fn set_association_id(self, input: Option<String>) -> Self
The ID of the data repository association being deleted.
sourcepub fn get_association_id(&self) -> &Option<String>
pub fn get_association_id(&self) -> &Option<String>
The ID of the data repository association being deleted.
sourcepub fn lifecycle(self, input: DataRepositoryLifecycle) -> Self
pub fn lifecycle(self, input: DataRepositoryLifecycle) -> Self
Describes the lifecycle state of the data repository association being deleted.
sourcepub fn set_lifecycle(self, input: Option<DataRepositoryLifecycle>) -> Self
pub fn set_lifecycle(self, input: Option<DataRepositoryLifecycle>) -> Self
Describes the lifecycle state of the data repository association being deleted.
sourcepub fn get_lifecycle(&self) -> &Option<DataRepositoryLifecycle>
pub fn get_lifecycle(&self) -> &Option<DataRepositoryLifecycle>
Describes the lifecycle state of the data repository association being deleted.
sourcepub fn delete_data_in_file_system(self, input: bool) -> Self
pub fn delete_data_in_file_system(self, input: bool) -> Self
Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false.
sourcepub fn set_delete_data_in_file_system(self, input: Option<bool>) -> Self
pub fn set_delete_data_in_file_system(self, input: Option<bool>) -> Self
Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false.
sourcepub fn get_delete_data_in_file_system(&self) -> &Option<bool>
pub fn get_delete_data_in_file_system(&self) -> &Option<bool>
Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false.
sourcepub fn build(self) -> DeleteDataRepositoryAssociationOutput
pub fn build(self) -> DeleteDataRepositoryAssociationOutput
Consumes the builder and constructs a DeleteDataRepositoryAssociationOutput.
Trait Implementations§
source§impl Clone for DeleteDataRepositoryAssociationOutputBuilder
impl Clone for DeleteDataRepositoryAssociationOutputBuilder
source§fn clone(&self) -> DeleteDataRepositoryAssociationOutputBuilder
fn clone(&self) -> DeleteDataRepositoryAssociationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteDataRepositoryAssociationOutputBuilder
impl Default for DeleteDataRepositoryAssociationOutputBuilder
source§fn default() -> DeleteDataRepositoryAssociationOutputBuilder
fn default() -> DeleteDataRepositoryAssociationOutputBuilder
source§impl PartialEq for DeleteDataRepositoryAssociationOutputBuilder
impl PartialEq for DeleteDataRepositoryAssociationOutputBuilder
source§fn eq(&self, other: &DeleteDataRepositoryAssociationOutputBuilder) -> bool
fn eq(&self, other: &DeleteDataRepositoryAssociationOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.