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