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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressGatewayServiceAwsLogsConfiguration.BuilderlogGroup(String logGroup)The name of the CloudWatch Logs log group to send container logs to.ExpressGatewayServiceAwsLogsConfiguration.BuilderlogStreamPrefix(String logStreamPrefix)The prefix for the CloudWatch Logs log stream names.-
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
-
logGroup
ExpressGatewayServiceAwsLogsConfiguration.Builder logGroup(String 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
ExpressGatewayServiceAwsLogsConfiguration.Builder logStreamPrefix(String 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.
-
-