Interface CloudWatchLoggingOptionUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CloudWatchLoggingOptionUpdate.Builder,,- CloudWatchLoggingOptionUpdate> - SdkBuilder<CloudWatchLoggingOptionUpdate.Builder,,- CloudWatchLoggingOptionUpdate> - SdkPojo
- Enclosing class:
- CloudWatchLoggingOptionUpdate
@Mutable
@NotThreadSafe
public static interface CloudWatchLoggingOptionUpdate.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLoggingOptionUpdate.Builder,CloudWatchLoggingOptionUpdate> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cloudWatchLoggingOptionIdID 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.
 
- 
logStreamARNUpdateARN 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.
 
- 
roleARNUpdateIAM 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 the- PutLogEventspolicy action enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-