Uses of Interface
software.amazon.awssdk.services.codebuild.model.ListBuildBatchesForProjectResponse.Builder
-
Packages that use ListBuildBatchesForProjectResponse.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ListBuildBatchesForProjectResponse.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ListBuildBatchesForProjectResponse.Builder Modifier and Type Method Description static ListBuildBatchesForProjectResponse.BuilderListBuildBatchesForProjectResponse. builder()ListBuildBatchesForProjectResponse.BuilderListBuildBatchesForProjectResponse.Builder. ids(String... ids)An array of strings that contains the batch build identifiers.ListBuildBatchesForProjectResponse.BuilderListBuildBatchesForProjectResponse.Builder. ids(Collection<String> ids)An array of strings that contains the batch build identifiers.ListBuildBatchesForProjectResponse.BuilderListBuildBatchesForProjectResponse.Builder. nextToken(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.ListBuildBatchesForProjectResponse.BuilderListBuildBatchesForProjectResponse. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ListBuildBatchesForProjectResponse.Builder Modifier and Type Method Description static Class<? extends ListBuildBatchesForProjectResponse.Builder>ListBuildBatchesForProjectResponse. serializableBuilderClass()
-