| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Build |
StartBuildResponse.build()
Information about the build to be run.
|
Build |
RetryBuildResponse.build()
Returns the value of the Build property for this object.
|
Build |
StopBuildResponse.build()
Information about the build.
|
| Modifier and Type | Method and Description |
|---|---|
List<Build> |
BatchGetBuildsResponse.builds()
Information about the requested builds.
|
| Modifier and Type | Method and Description |
|---|---|
StartBuildResponse.Builder |
StartBuildResponse.Builder.build(Build build)
Information about the build to be run.
|
RetryBuildResponse.Builder |
RetryBuildResponse.Builder.build(Build build)
Sets the value of the Build property for this object.
|
StopBuildResponse.Builder |
StopBuildResponse.Builder.build(Build build)
Information about the build.
|
BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.Builder.builds(Build... builds)
Information about the requested builds.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.Builder.builds(Collection<Build> builds)
Information about the requested builds.
|
Copyright © 2021. All rights reserved.