| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
LogsConfig |
BuildBatch.logConfig()
Returns the value of the LogConfig property for this object.
|
LogsConfig |
Project.logsConfig()
Information about logs for the build project.
|
LogsConfig |
CreateProjectRequest.logsConfig()
Information about logs for the build project.
|
LogsConfig |
UpdateProjectRequest.logsConfig()
Information about logs for the build project.
|
LogsConfig |
StartBuildRequest.logsConfigOverride()
Log settings for this build that override the log settings defined in the build project.
|
LogsConfig |
StartBuildBatchRequest.logsConfigOverride()
A
LogsConfig object that override the log settings defined in the batch build project. |
| Modifier and Type | Method and Description |
|---|---|
BuildBatch.Builder |
BuildBatch.Builder.logConfig(LogsConfig logConfig)
Sets the value of the LogConfig property for this object.
|
Project.Builder |
Project.Builder.logsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.logsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.logsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
StartBuildRequest.Builder |
StartBuildRequest.Builder.logsConfigOverride(LogsConfig logsConfigOverride)
Log settings for this build that override the log settings defined in the build project.
|
StartBuildBatchRequest.Builder |
StartBuildBatchRequest.Builder.logsConfigOverride(LogsConfig logsConfigOverride)
A
LogsConfig object that override the log settings defined in the batch build project. |
Copyright © 2021. All rights reserved.