Interface CloudWatchLogsInputConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogsInputConfig.Builder,,CloudWatchLogsInputConfig> SdkBuilder<CloudWatchLogsInputConfig.Builder,,CloudWatchLogsInputConfig> SdkPojo
- Enclosing class:
CloudWatchLogsInputConfig
@Mutable
@NotThreadSafe
public static interface CloudWatchLogsInputConfig.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLogsInputConfig.Builder,CloudWatchLogsInputConfig>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupNames(String... logGroupNames) The list of CloudWatch log group names to monitor for agent traces.logGroupNames(Collection<String> logGroupNames) The list of CloudWatch log group names to monitor for agent traces.serviceNames(String... serviceNames) The list of service names to filter traces within the specified log groups.serviceNames(Collection<String> serviceNames) The list of service names to filter traces within the specified log groups.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
-
logGroupNames
The list of CloudWatch log group names to monitor for agent traces.
- Parameters:
logGroupNames- The list of CloudWatch log group names to monitor for agent traces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupNames
The list of CloudWatch log group names to monitor for agent traces.
- Parameters:
logGroupNames- The list of CloudWatch log group names to monitor for agent traces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNames
The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.
- Parameters:
serviceNames- The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNames
The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.
- Parameters:
serviceNames- The list of service names to filter traces within the specified log groups. Used to identify relevant agent sessions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-