Interface CloudWatchLogging.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogging.Builder,,CloudWatchLogging> SdkBuilder<CloudWatchLogging.Builder,,CloudWatchLogging> SdkPojo
- Enclosing class:
CloudWatchLogging
@Mutable
@NotThreadSafe
public static interface CloudWatchLogging.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLogging.Builder,CloudWatchLogging>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the CloudWatch Logs log group to send logs to.The name of the CloudWatch Logs log stream within the log group.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 logs to.
- Parameters:
logGroup- The name of the CloudWatch Logs log group to send logs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logStream
The name of the CloudWatch Logs log stream within the log group.
- Parameters:
logStream- The name of the CloudWatch Logs log stream within the log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-