| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static LogConfiguration.Builder |
LogConfiguration.builder() |
LogConfiguration.Builder |
LogConfiguration.Builder.logDriver(LogDriver logDriver)
The log driver to use for the container.
|
LogConfiguration.Builder |
LogConfiguration.Builder.logDriver(String logDriver)
The log driver to use for the container.
|
LogConfiguration.Builder |
LogConfiguration.Builder.options(Map<String,String> options)
The configuration options to send to the log driver.
|
LogConfiguration.Builder |
LogConfiguration.Builder.secretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration.
|
LogConfiguration.Builder |
LogConfiguration.Builder.secretOptions(Consumer<Secret.Builder>... secretOptions)
The secrets to pass to the log configuration.
|
LogConfiguration.Builder |
LogConfiguration.Builder.secretOptions(Secret... secretOptions)
The secrets to pass to the log configuration.
|
LogConfiguration.Builder |
LogConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LogConfiguration.Builder> |
LogConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerDefinition.Builder |
ContainerDefinition.Builder.logConfiguration(Consumer<LogConfiguration.Builder> logConfiguration)
The log configuration specification for the container.
|
Copyright © 2022. All rights reserved.