Interface CloudWatchLogsConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CloudWatchLogsConfig.Builder,,- CloudWatchLogsConfig> - SdkBuilder<CloudWatchLogsConfig.Builder,,- CloudWatchLogsConfig> - SdkPojo
- Enclosing class:
- CloudWatchLogsConfig
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe 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:
 
- 
 
- 
statusThe 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:
 
- 
 
- 
groupNameThe 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.
 
- 
streamNameThe 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.
 
 
-