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