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