Interface CloudWatchLoggingOption.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CloudWatchLoggingOption.Builder,,CloudWatchLoggingOption> SdkBuilder<CloudWatchLoggingOption.Builder,,CloudWatchLoggingOption> SdkPojo
- Enclosing class:
 CloudWatchLoggingOption
public static interface CloudWatchLoggingOption.Builder
extends SdkPojo, CopyableBuilder<CloudWatchLoggingOption.Builder,CloudWatchLoggingOption> 
- 
Method Summary
Modifier and TypeMethodDescriptionlogStreamARN(String logStreamARN) The ARN of the CloudWatch log to receive application messages.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
logStreamARN
The ARN of the CloudWatch log to receive application messages.
- Parameters:
 logStreamARN- The ARN of the CloudWatch log to receive application messages.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -