public static interface CloudWatchLoggingOptionDescription.Builder extends SdkPojo, CopyableBuilder<CloudWatchLoggingOptionDescription.Builder,CloudWatchLoggingOptionDescription>
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLoggingOptionDescription.Builder |
cloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
The ID of the CloudWatch logging option description.
|
CloudWatchLoggingOptionDescription.Builder |
logStreamARN(String logStreamARN)
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
|
CloudWatchLoggingOptionDescription.Builder |
roleARN(String roleARN)
The IAM ARN of the role to use to send application messages.
|
copyapplyMutation, buildCloudWatchLoggingOptionDescription.Builder cloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
The ID of the CloudWatch logging option description.
cloudWatchLoggingOptionId - The ID of the CloudWatch logging option description.CloudWatchLoggingOptionDescription.Builder logStreamARN(String logStreamARN)
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
logStreamARN - The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.CloudWatchLoggingOptionDescription.Builder roleARN(String roleARN)
The IAM ARN of the role to use to send application messages.
Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.
roleARN - The IAM ARN of the role to use to send application messages. Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.