Interface CloudWatchLoggingOptionUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudWatchLoggingOptionUpdate.Builder,
,CloudWatchLoggingOptionUpdate> SdkBuilder<CloudWatchLoggingOptionUpdate.Builder,
,CloudWatchLoggingOptionUpdate> SdkPojo
- Enclosing class:
CloudWatchLoggingOptionUpdate
@Mutable
@NotThreadSafe
public static interface CloudWatchLoggingOptionUpdate.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLoggingOptionUpdate.Builder,CloudWatchLoggingOptionUpdate>
-
Method Summary
Modifier and TypeMethodDescriptioncloudWatchLoggingOptionId
(String cloudWatchLoggingOptionId) The ID of the CloudWatch logging option to updatelogStreamARNUpdate
(String logStreamARNUpdate) The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cloudWatchLoggingOptionId
The ID of the CloudWatch logging option to update
- Parameters:
cloudWatchLoggingOptionId
- The ID of the CloudWatch logging option to update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logStreamARNUpdate
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
- Parameters:
logStreamARNUpdate
- The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-