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