Interface CloudWatchLoggingOptionDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLoggingOptionDescription.Builder,CloudWatchLoggingOptionDescription>,SdkBuilder<CloudWatchLoggingOptionDescription.Builder,CloudWatchLoggingOptionDescription>,SdkPojo
- Enclosing class:
- CloudWatchLoggingOptionDescription
public static interface CloudWatchLoggingOptionDescription.Builder extends SdkPojo, CopyableBuilder<CloudWatchLoggingOptionDescription.Builder,CloudWatchLoggingOptionDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLoggingOptionDescription.BuildercloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)ID of the CloudWatch logging option description.CloudWatchLoggingOptionDescription.BuilderlogStreamARN(String logStreamARN)ARN of the CloudWatch log to receive application messages.CloudWatchLoggingOptionDescription.BuilderroleARN(String roleARN)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cloudWatchLoggingOptionId
CloudWatchLoggingOptionDescription.Builder cloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)
ID of the CloudWatch logging option description.
- Parameters:
cloudWatchLoggingOptionId- ID of the CloudWatch logging option description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logStreamARN
CloudWatchLoggingOptionDescription.Builder logStreamARN(String logStreamARN)
ARN of the CloudWatch log to receive application messages.
- Parameters:
logStreamARN- ARN of the CloudWatch log to receive application messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
CloudWatchLoggingOptionDescription.Builder roleARN(String roleARN)
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
PutLogEventspolicy action enabled.- Parameters:
roleARN- IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have thePutLogEventspolicy action enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-