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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLoggingOptionUpdate.BuildercloudWatchLoggingOptionId(String cloudWatchLoggingOptionId)ID of the CloudWatch logging option to updateCloudWatchLoggingOptionUpdate.BuilderlogStreamARNUpdate(String logStreamARNUpdate)ARN of the CloudWatch log to receive application messages.CloudWatchLoggingOptionUpdate.BuilderroleARNUpdate(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cloudWatchLoggingOptionId
CloudWatchLoggingOptionUpdate.Builder cloudWatchLoggingOptionId(String 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
CloudWatchLoggingOptionUpdate.Builder logStreamARNUpdate(String 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
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
PutLogEventspolicy 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 thePutLogEventspolicy action enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-