Struct aws_sdk_ecs::output::update_cluster_settings_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for UpdateClusterSettingsOutput.
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) -> UpdateClusterSettingsOutput
pub fn build(self) -> UpdateClusterSettingsOutput
Consumes the builder and constructs a UpdateClusterSettingsOutput.