pub struct Builder { /* private fields */ }Expand description
A builder for DeleteDatasetGroupInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dataset_group_arn(self, input: impl Into<String>) -> Self
pub fn dataset_group_arn(self, input: impl Into<String>) -> Self
The ARN of the dataset group to delete.
sourcepub fn set_dataset_group_arn(self, input: Option<String>) -> Self
pub fn set_dataset_group_arn(self, input: Option<String>) -> Self
The ARN of the dataset group to delete.
sourcepub fn build(self) -> Result<DeleteDatasetGroupInput, BuildError>
pub fn build(self) -> Result<DeleteDatasetGroupInput, BuildError>
Consumes the builder and constructs a DeleteDatasetGroupInput.