| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
LogsConfig |
LogsConfig.clone() |
LogsConfig |
CreateProjectRequest.getLogsConfig()
Information about logs for the build project.
|
LogsConfig |
UpdateProjectRequest.getLogsConfig()
Information about logs for the build project.
|
LogsConfig |
Project.getLogsConfig()
Information about logs for the build project.
|
LogsConfig |
StartBuildRequest.getLogsConfigOverride()
Log settings for this build that override the log settings defined in the build project.
|
LogsConfig |
LogsConfig.withCloudWatchLogs(CloudWatchLogsConfig cloudWatchLogs)
Information about Amazon CloudWatch Logs for a build project.
|
LogsConfig |
LogsConfig.withS3Logs(S3LogsConfig s3Logs)
Information about logs built to an S3 bucket for a build project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setLogsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
void |
UpdateProjectRequest.setLogsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
void |
Project.setLogsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
void |
StartBuildRequest.setLogsConfigOverride(LogsConfig logsConfigOverride)
Log settings for this build that override the log settings defined in the build project.
|
CreateProjectRequest |
CreateProjectRequest.withLogsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
UpdateProjectRequest |
UpdateProjectRequest.withLogsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
Project |
Project.withLogsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
StartBuildRequest |
StartBuildRequest.withLogsConfigOverride(LogsConfig logsConfigOverride)
Log settings for this build that override the log settings defined in the build project.
|
Copyright © 2020. All rights reserved.