Interface AICloudWatchLogs.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AICloudWatchLogs.Builder,,AICloudWatchLogs> SdkBuilder<AICloudWatchLogs.Builder,,AICloudWatchLogs> SdkPojo
- Enclosing class:
AICloudWatchLogs
@Mutable
@NotThreadSafe
public static interface AICloudWatchLogs.Builder
extends SdkPojo, CopyableBuilder<AICloudWatchLogs.Builder,AICloudWatchLogs>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupArn(String logGroupArn) The Amazon Resource Name (ARN) of the CloudWatch log group.logStreamName(String logStreamName) The name of the CloudWatch log stream.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
-
logGroupArn
The Amazon Resource Name (ARN) of the CloudWatch log group.
- Parameters:
logGroupArn- The Amazon Resource Name (ARN) of the CloudWatch log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logStreamName
The name of the CloudWatch log stream.
- Parameters:
logStreamName- The name of the CloudWatch log stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-