Struct aws_sdk_securityhub::types::builders::AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
source · #[non_exhaustive]pub struct AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
.
Implementations§
source§impl AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
impl AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The identifier of the KMS key that is used to encrypt the data between the local client and the container.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
The identifier of the KMS key that is used to encrypt the data between the local client and the container.
sourcepub fn get_kms_key_id(&self) -> &Option<String>
pub fn get_kms_key_id(&self) -> &Option<String>
The identifier of the KMS key that is used to encrypt the data between the local client and the container.
sourcepub fn log_configuration(
self,
input: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> Self
pub fn log_configuration( self, input: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails ) -> Self
The log configuration for the results of the run command actions. Required if Logging
is NONE
.
sourcepub fn set_log_configuration(
self,
input: Option<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails>
) -> Self
pub fn set_log_configuration( self, input: Option<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails> ) -> Self
The log configuration for the results of the run command actions. Required if Logging
is NONE
.
sourcepub fn get_log_configuration(
&self
) -> &Option<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails>
pub fn get_log_configuration( &self ) -> &Option<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails>
The log configuration for the results of the run command actions. Required if Logging
is NONE
.
sourcepub fn logging(self, input: impl Into<String>) -> Self
pub fn logging(self, input: impl Into<String>) -> Self
The log setting to use for redirecting logs for run command results.
sourcepub fn set_logging(self, input: Option<String>) -> Self
pub fn set_logging(self, input: Option<String>) -> Self
The log setting to use for redirecting logs for run command results.
sourcepub fn get_logging(&self) -> &Option<String>
pub fn get_logging(&self) -> &Option<String>
The log setting to use for redirecting logs for run command results.
sourcepub fn build(
self
) -> AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
pub fn build( self ) -> AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
Consumes the builder and constructs a AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
.
Trait Implementations§
source§impl Clone for AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
impl Clone for AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
source§fn clone(
&self
) -> AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
fn clone( &self ) -> AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
impl Default for AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
source§fn default(
) -> AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
fn default( ) -> AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
source§impl PartialEq for AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
impl PartialEq for AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
source§fn eq(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder
) -> bool
fn eq( &self, other: &AwsEcsClusterConfigurationExecuteCommandConfigurationDetailsBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.