Struct aws_sdk_ecs::model::cluster_configuration::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ClusterConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn execute_command_configuration(
self,
input: ExecuteCommandConfiguration
) -> Self
pub fn execute_command_configuration(
self,
input: ExecuteCommandConfiguration
) -> Self
The details of the execute command configuration.
sourcepub fn set_execute_command_configuration(
self,
input: Option<ExecuteCommandConfiguration>
) -> Self
pub fn set_execute_command_configuration(
self,
input: Option<ExecuteCommandConfiguration>
) -> Self
The details of the execute command configuration.
sourcepub fn build(self) -> ClusterConfiguration
pub fn build(self) -> ClusterConfiguration
Consumes the builder and constructs a ClusterConfiguration.