Interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder,AwsEcsClusterConfigurationExecuteCommandConfigurationDetails>,SdkBuilder<AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder,AwsEcsClusterConfigurationExecuteCommandConfigurationDetails>,SdkPojo
- Enclosing class:
- AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
public static interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder,AwsEcsClusterConfigurationExecuteCommandConfigurationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.BuilderkmsKeyId(String kmsKeyId)The identifier of the KMS key that is used to encrypt the data between the local client and the container.default AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.BuilderlogConfiguration(Consumer<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder> logConfiguration)The log configuration for the results of the run command actions.AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.BuilderlogConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails logConfiguration)The log configuration for the results of the run command actions.AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builderlogging(String logging)The log setting to use for redirecting logs for run command results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
kmsKeyId
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.
- Parameters:
kmsKeyId- The identifier of the KMS key that is used to encrypt the data between the local client and the container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logConfiguration
AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder logConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails logConfiguration)
The log configuration for the results of the run command actions. Required if
LoggingisNONE.- Parameters:
logConfiguration- The log configuration for the results of the run command actions. Required ifLoggingisNONE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logConfiguration
default AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder logConfiguration(Consumer<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder> logConfiguration)
The log configuration for the results of the run command actions. Required if
This is a convenience method that creates an instance of theLoggingisNONE.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builderavoiding the need to create one manually viaAwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails).- Parameters:
logConfiguration- a consumer that will call methods onAwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
logConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails)
-
logging
AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder logging(String logging)
The log setting to use for redirecting logs for run command results.
- Parameters:
logging- The log setting to use for redirecting logs for run command results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-