public static interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder,AwsEcsClusterConfigurationExecuteCommandConfigurationDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder |
kmsKeyId(String kmsKeyId)
The identifier of the KMS key that is used to encrypt the data between the local client and the container.
|
AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder |
logConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails logConfiguration)
The log configuration for the results of the run command actions.
|
default AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder |
logConfiguration(Consumer<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder> logConfiguration)
The log configuration for the results of the run command actions.
|
AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder |
logging(String logging)
The log setting to use for redirecting logs for run command results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder kmsKeyId(String kmsKeyId)
The identifier of the KMS key that is used to encrypt the data between the local client and the container.
kmsKeyId - The identifier of the KMS key that is used to encrypt the data between the local client and the
container.AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder logConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails logConfiguration)
The log configuration for the results of the run command actions. Required if Logging is
NONE.
logConfiguration - The log configuration for the results of the run command actions. Required if Logging is
NONE.default AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder logConfiguration(Consumer<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder> logConfiguration)
The log configuration for the results of the run command actions. Required if Logging is
NONE.
AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder avoiding the
need to create one manually via
AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to
logConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails).
logConfiguration - a consumer that will call methods on
AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.BuilderlogConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails)AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder logging(String logging)
The log setting to use for redirecting logs for run command results.
logging - The log setting to use for redirecting logs for run command results.Copyright © 2023. All rights reserved.