| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.builder() |
ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.Builder.kmsKeyId(String kmsKeyId)
Specify an Key Management Service key ID to encrypt the data between the local client and the container.
|
default ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.Builder.logConfiguration(Consumer<ExecuteCommandLogConfiguration.Builder> logConfiguration)
The log configuration for the results of the execute command actions.
|
ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.Builder.logConfiguration(ExecuteCommandLogConfiguration logConfiguration)
The log configuration for the results of the execute command actions.
|
ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.Builder.logging(ExecuteCommandLogging logging)
The log setting to use for redirecting logs for your execute command results.
|
ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.Builder.logging(String logging)
The log setting to use for redirecting logs for your execute command results.
|
ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecuteCommandConfiguration.Builder> |
ExecuteCommandConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClusterConfiguration.Builder |
ClusterConfiguration.Builder.executeCommandConfiguration(Consumer<ExecuteCommandConfiguration.Builder> executeCommandConfiguration)
The details of the execute command configuration.
|
Copyright © 2023. All rights reserved.