Uses of Interface
software.amazon.awssdk.services.codebuild.model.ListBuildsForProjectResponse.Builder
-
Packages that use ListBuildsForProjectResponse.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ListBuildsForProjectResponse.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ListBuildsForProjectResponse.Builder Modifier and Type Method Description static ListBuildsForProjectResponse.BuilderListBuildsForProjectResponse. builder()ListBuildsForProjectResponse.BuilderListBuildsForProjectResponse.Builder. ids(String... ids)A list of build identifiers for the specified build project, with each build ID representing a single build.ListBuildsForProjectResponse.BuilderListBuildsForProjectResponse.Builder. ids(Collection<String> ids)A list of build identifiers for the specified build project, with each build ID representing a single build.ListBuildsForProjectResponse.BuilderListBuildsForProjectResponse.Builder. nextToken(String 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.ListBuildsForProjectResponse.BuilderListBuildsForProjectResponse. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ListBuildsForProjectResponse.Builder Modifier and Type Method Description static Class<? extends ListBuildsForProjectResponse.Builder>ListBuildsForProjectResponse. serializableBuilderClass()
-