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