pub struct Builder { /* private fields */ }
Expand description
A builder for AwsEcsClusterConfigurationDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn execute_command_configuration(
self,
input: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
) -> Self
pub fn execute_command_configuration(
self,
input: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
) -> Self
Contains the run command configuration for the cluster.
sourcepub fn set_execute_command_configuration(
self,
input: Option<AwsEcsClusterConfigurationExecuteCommandConfigurationDetails>
) -> Self
pub fn set_execute_command_configuration(
self,
input: Option<AwsEcsClusterConfigurationExecuteCommandConfigurationDetails>
) -> Self
Contains the run command configuration for the cluster.
sourcepub fn build(self) -> AwsEcsClusterConfigurationDetails
pub fn build(self) -> AwsEcsClusterConfigurationDetails
Consumes the builder and constructs a AwsEcsClusterConfigurationDetails
.