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