Interface CloudWatchLogsConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CloudWatchLogsConfig.Builder,,CloudWatchLogsConfig> SdkBuilder<CloudWatchLogsConfig.Builder,,CloudWatchLogsConfig> SdkPojo
- Enclosing class:
 CloudWatchLogsConfig
- 
Method Summary
Modifier and TypeMethodDescriptionThe group name of the logs in CloudWatch Logs.The current status of the logs in CloudWatch Logs for a build project.status(LogsConfigStatusType status) The current status of the logs in CloudWatch Logs for a build project.streamName(String streamName) The prefix of the stream name of the CloudWatch Logs.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
- 
status
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
- 
 
ENABLED: CloudWatch Logs are enabled for this build project. - 
 
DISABLED: CloudWatch Logs are not enabled for this build project. 
- Parameters:
 status- The current status of the logs in CloudWatch Logs for a build project. Valid values are:- 
        
ENABLED: CloudWatch Logs are enabled for this build project. - 
        
DISABLED: CloudWatch Logs are not enabled for this build project. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
status
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
- 
 
ENABLED: CloudWatch Logs are enabled for this build project. - 
 
DISABLED: CloudWatch Logs are not enabled for this build project. 
- Parameters:
 status- The current status of the logs in CloudWatch Logs for a build project. Valid values are:- 
        
ENABLED: CloudWatch Logs are enabled for this build project. - 
        
DISABLED: CloudWatch Logs are not enabled for this build project. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
groupName
The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
- Parameters:
 groupName- The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
streamName
The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.
- Parameters:
 streamName- The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -