Interface ExpressGatewayServiceAwsLogsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExpressGatewayServiceAwsLogsConfiguration.Builder,,ExpressGatewayServiceAwsLogsConfiguration> SdkBuilder<ExpressGatewayServiceAwsLogsConfiguration.Builder,,ExpressGatewayServiceAwsLogsConfiguration> SdkPojo
- Enclosing class:
ExpressGatewayServiceAwsLogsConfiguration
@Mutable
@NotThreadSafe
public static interface ExpressGatewayServiceAwsLogsConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExpressGatewayServiceAwsLogsConfiguration.Builder,ExpressGatewayServiceAwsLogsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the CloudWatch Logs log group to send container logs to.logStreamPrefix(String logStreamPrefix) The prefix for the CloudWatch Logs log stream names.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
logGroup
The name of the CloudWatch Logs log group to send container logs to.
- Parameters:
logGroup- The name of the CloudWatch Logs log group to send container logs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logStreamPrefix
The prefix for the CloudWatch Logs log stream names. The default for an Express service is
ecs.- Parameters:
logStreamPrefix- The prefix for the CloudWatch Logs log stream names. The default for an Express service isecs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-