Interface CloudWatchLogsInputConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogsInputConfig.Builder,,CloudWatchLogsInputConfig> SdkBuilder<CloudWatchLogsInputConfig.Builder,,CloudWatchLogsInputConfig> SdkPojo
- Enclosing class:
CloudWatchLogsInputConfig
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupNamePrefixes(String... logGroupNamePrefixes) The list of CloudWatch log group name prefixes to monitor for agent traces.logGroupNamePrefixes(Collection<String> logGroupNamePrefixes) The list of CloudWatch log group name prefixes to monitor for agent traces.logGroupNames(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.
-
logGroupNamePrefixes
The list of CloudWatch log group name prefixes to monitor for agent traces. Specify this instead of
logGroupNamesto match log groups by prefix. Specify eitherlogGroupNamesorlogGroupNamePrefixes, not both. One of the two is required.- Parameters:
logGroupNamePrefixes- The list of CloudWatch log group name prefixes to monitor for agent traces. Specify this instead oflogGroupNamesto match log groups by prefix. Specify eitherlogGroupNamesorlogGroupNamePrefixes, not both. One of the two is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupNamePrefixes
The list of CloudWatch log group name prefixes to monitor for agent traces. Specify this instead of
logGroupNamesto match log groups by prefix. Specify eitherlogGroupNamesorlogGroupNamePrefixes, not both. One of the two is required.- Parameters:
logGroupNamePrefixes- The list of CloudWatch log group name prefixes to monitor for agent traces. Specify this instead oflogGroupNamesto match log groups by prefix. Specify eitherlogGroupNamesorlogGroupNamePrefixes, not both. One of the two is required.- 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.
-