| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ListBuildsForProjectResponse.Builder |
ListBuildsForProjectResponse.builder() |
ListBuildsForProjectResponse.Builder |
ListBuildsForProjectResponse.Builder.ids(Collection<String> ids)
A list of build identifiers for the specified build project, with each build ID representing a single build.
|
ListBuildsForProjectResponse.Builder |
ListBuildsForProjectResponse.Builder.ids(String... ids)
A list of build identifiers for the specified build project, with each build ID representing a single build.
|
ListBuildsForProjectResponse.Builder |
ListBuildsForProjectResponse.Builder.nextToken(String nextToken)
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique
string called a nextToken.
|
ListBuildsForProjectResponse.Builder |
ListBuildsForProjectResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBuildsForProjectResponse.Builder> |
ListBuildsForProjectResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.