Interface ListBuildsForProjectResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeBuildResponse.Builder
,CopyableBuilder<ListBuildsForProjectResponse.Builder,
,ListBuildsForProjectResponse> SdkBuilder<ListBuildsForProjectResponse.Builder,
,ListBuildsForProjectResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListBuildsForProjectResponse
public static interface ListBuildsForProjectResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListBuildsForProjectResponse.Builder,ListBuildsForProjectResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list of build identifiers for the specified build project, with each build ID representing a single build.ids
(Collection<String> ids) A list of build identifiers for the specified build project, with each build ID representing a single build.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.Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ids
A list of build identifiers for the specified build project, with each build ID representing a single build.
- Parameters:
ids
- A list of build identifiers for the specified build project, with each build ID representing a single build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
A list of build identifiers for the specified build project, with each build ID representing a single build.
- Parameters:
ids
- A list of build identifiers for the specified build project, with each build ID representing a single build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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. To get the next batch of items in the list, call this operation again, adding the next token to the call.
- Parameters:
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. To get the next batch of items in the list, call this operation again, adding the next token to the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-