Uses of Interface
software.amazon.awssdk.services.codebuild.model.ListBuildsForProjectRequest.Builder
-
Packages that use ListBuildsForProjectRequest.Builder Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.model -
-
Uses of ListBuildsForProjectRequest.Builder in software.amazon.awssdk.services.codebuild
Method parameters in software.amazon.awssdk.services.codebuild with type arguments of type ListBuildsForProjectRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBuildsForProjectResponse>CodeBuildAsyncClient. listBuildsForProject(Consumer<ListBuildsForProjectRequest.Builder> listBuildsForProjectRequest)Gets a list of build identifiers for the specified build project, with each build identifier representing a single build.default ListBuildsForProjectResponseCodeBuildClient. listBuildsForProject(Consumer<ListBuildsForProjectRequest.Builder> listBuildsForProjectRequest)Gets a list of build identifiers for the specified build project, with each build identifier representing a single build.default ListBuildsForProjectPublisherCodeBuildAsyncClient. listBuildsForProjectPaginator(Consumer<ListBuildsForProjectRequest.Builder> listBuildsForProjectRequest)Gets a list of build identifiers for the specified build project, with each build identifier representing a single build.default ListBuildsForProjectIterableCodeBuildClient. listBuildsForProjectPaginator(Consumer<ListBuildsForProjectRequest.Builder> listBuildsForProjectRequest)Gets a list of build identifiers for the specified build project, with each build identifier representing a single build. -
Uses of ListBuildsForProjectRequest.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ListBuildsForProjectRequest.Builder Modifier and Type Method Description static ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest. builder()ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest.Builder. nextToken(String nextToken)During a previous call, 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.ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest.Builder. projectName(String projectName)The name of the CodeBuild project.ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest.Builder. sortOrder(String sortOrder)The order to sort the results in.ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest.Builder. sortOrder(SortOrderType sortOrder)The order to sort the results in.ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ListBuildsForProjectRequest.Builder Modifier and Type Method Description static Class<? extends ListBuildsForProjectRequest.Builder>ListBuildsForProjectRequest. serializableBuilderClass()
-