Uses of Interface
software.amazon.awssdk.services.ecs.model.ExpressGatewayServiceAwsLogsConfiguration.Builder
-
Packages that use ExpressGatewayServiceAwsLogsConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayServiceAwsLogsConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayServiceAwsLogsConfiguration.Builder Modifier and Type Method Description static ExpressGatewayServiceAwsLogsConfiguration.BuilderExpressGatewayServiceAwsLogsConfiguration. builder()ExpressGatewayServiceAwsLogsConfiguration.BuilderExpressGatewayServiceAwsLogsConfiguration.Builder. logGroup(String logGroup)The name of the CloudWatch Logs log group to send container logs to.ExpressGatewayServiceAwsLogsConfiguration.BuilderExpressGatewayServiceAwsLogsConfiguration.Builder. logStreamPrefix(String logStreamPrefix)The prefix for the CloudWatch Logs log stream names.ExpressGatewayServiceAwsLogsConfiguration.BuilderExpressGatewayServiceAwsLogsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ExpressGatewayServiceAwsLogsConfiguration.Builder Modifier and Type Method Description static Class<? extends ExpressGatewayServiceAwsLogsConfiguration.Builder>ExpressGatewayServiceAwsLogsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ExpressGatewayServiceAwsLogsConfiguration.Builder Modifier and Type Method Description default ExpressGatewayContainer.BuilderExpressGatewayContainer.Builder. awsLogsConfiguration(Consumer<ExpressGatewayServiceAwsLogsConfiguration.Builder> awsLogsConfiguration)The log configuration for the container.
-