Interface ListBuildBatchesForProjectResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeBuildResponse.Builder,CopyableBuilder<ListBuildBatchesForProjectResponse.Builder,ListBuildBatchesForProjectResponse>,SdkBuilder<ListBuildBatchesForProjectResponse.Builder,ListBuildBatchesForProjectResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListBuildBatchesForProjectResponse
public static interface ListBuildBatchesForProjectResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListBuildBatchesForProjectResponse.Builder,ListBuildBatchesForProjectResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBuildBatchesForProjectResponse.Builderids(String... ids)An array of strings that contains the batch build identifiers.ListBuildBatchesForProjectResponse.Builderids(Collection<String> ids)An array of strings that contains the batch build identifiers.ListBuildBatchesForProjectResponse.BuildernextToken(String nextToken)If there are more items to return, this contains a token that is passed to a subsequent call toListBuildBatchesForProjectto retrieve the next set of items.-
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 Detail
-
ids
ListBuildBatchesForProjectResponse.Builder ids(Collection<String> ids)
An array of strings that contains the batch build identifiers.
- Parameters:
ids- An array of strings that contains the batch build identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
ListBuildBatchesForProjectResponse.Builder ids(String... ids)
An array of strings that contains the batch build identifiers.
- Parameters:
ids- An array of strings that contains the batch build identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListBuildBatchesForProjectResponse.Builder nextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProjectto retrieve the next set of items.- Parameters:
nextToken- If there are more items to return, this contains a token that is passed to a subsequent call toListBuildBatchesForProjectto retrieve the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-