Struct aws_sdk_securityhub::model::aws_ecs_cluster_configuration_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEcsClusterConfigurationDetails
Implementations
pub 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.
pub 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.
Consumes the builder and constructs a AwsEcsClusterConfigurationDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more