Interface CloudWatchLogsDestinationConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogsDestinationConfig.Builder,CloudWatchLogsDestinationConfig>,SdkBuilder<CloudWatchLogsDestinationConfig.Builder,CloudWatchLogsDestinationConfig>,SdkPojo
- Enclosing class:
- CloudWatchLogsDestinationConfig
public static interface CloudWatchLogsDestinationConfig.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogsDestinationConfig.Builder,CloudWatchLogsDestinationConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLogsDestinationConfig.BuilderlogGroup(String logGroup)The name of the log group where the project stores evaluation events.-
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, sdkFields
-
-
-
-
Method Detail
-
logGroup
CloudWatchLogsDestinationConfig.Builder logGroup(String logGroup)
The name of the log group where the project stores evaluation events.
- Parameters:
logGroup- The name of the log group where the project stores evaluation events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-