Struct aws_sdk_ecs::output::delete_cluster_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteClusterOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_cluster(self, input: Option<Cluster>) -> Self
pub fn set_cluster(self, input: Option<Cluster>) -> Self
The full description of the deleted cluster.
sourcepub fn build(self) -> DeleteClusterOutput
pub fn build(self) -> DeleteClusterOutput
Consumes the builder and constructs a DeleteClusterOutput.