Interface CloudWatchLoggingOptionUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudWatchLoggingOptionUpdate.Builder,
,CloudWatchLoggingOptionUpdate> SdkBuilder<CloudWatchLoggingOptionUpdate.Builder,
,CloudWatchLoggingOptionUpdate> SdkPojo
- Enclosing class:
CloudWatchLoggingOptionUpdate
public static interface CloudWatchLoggingOptionUpdate.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLoggingOptionUpdate.Builder,CloudWatchLoggingOptionUpdate>
-
Method Summary
Modifier and TypeMethodDescriptioncloudWatchLoggingOptionId
(String cloudWatchLoggingOptionId) ID of the CloudWatch logging option to updatelogStreamARNUpdate
(String logStreamARNUpdate) ARN of the CloudWatch log to receive application messages.roleARNUpdate
(String roleARNUpdate) IAM ARN of the role to use to send 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, sdkFields
-
Method Details
-
cloudWatchLoggingOptionId
ID of the CloudWatch logging option to update
- Parameters:
cloudWatchLoggingOptionId
- ID of the CloudWatch logging option to update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logStreamARNUpdate
ARN of the CloudWatch log to receive application messages.
- Parameters:
logStreamARNUpdate
- ARN of the CloudWatch log to receive application messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARNUpdate
IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the
PutLogEvents
policy action enabled.- Parameters:
roleARNUpdate
- IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have thePutLogEvents
policy action enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-