public static interface CloudWatchLoggingOptionUpdate.Builder extends CopyableBuilder<CloudWatchLoggingOptionUpdate.Builder,CloudWatchLoggingOptionUpdate>
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLoggingOptionUpdate.Builder |
cloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
ID of the CloudWatch logging option to update
|
CloudWatchLoggingOptionUpdate.Builder |
logStreamARNUpdate(String logStreamARNUpdate)
ARN of the CloudWatch log to receive application messages.
|
CloudWatchLoggingOptionUpdate.Builder |
roleARNUpdate(String roleARNUpdate)
IAM ARN of the role to use to send application messages.
|
copyapply, buildCloudWatchLoggingOptionUpdate.Builder cloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
ID of the CloudWatch logging option to update
cloudWatchLoggingOptionId - ID of the CloudWatch logging option to updateCloudWatchLoggingOptionUpdate.Builder logStreamARNUpdate(String logStreamARNUpdate)
ARN of the CloudWatch log to receive application messages.
logStreamARNUpdate - ARN of the CloudWatch log to receive application messages.CloudWatchLoggingOptionUpdate.Builder roleARNUpdate(String 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.