public static interface ListBuildBatchesForProjectRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<ListBuildBatchesForProjectRequest.Builder,ListBuildBatchesForProjectRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBuildBatchesForProjectRequest.Builder projectName(String projectName)
The name of the project.
projectName - The name of the project.ListBuildBatchesForProjectRequest.Builder filter(BuildBatchFilter filter)
A BuildBatchFilter object that specifies the filters for the search.
filter - A BuildBatchFilter object that specifies the filters for the search.default ListBuildBatchesForProjectRequest.Builder filter(Consumer<BuildBatchFilter.Builder> filter)
A BuildBatchFilter object that specifies the filters for the search.
BuildBatchFilter.Builder avoiding the need to
create one manually via BuildBatchFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filter(BuildBatchFilter).filter - a consumer that will call methods on BuildBatchFilter.Builderfilter(BuildBatchFilter)ListBuildBatchesForProjectRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListBuildBatchesForProjectRequest.Builder sortOrder(String sortOrder)
Specifies the sort order of the returned items. Valid values include:
ASCENDING: List the batch build identifiers in ascending order by identifier.
DESCENDING: List the batch build identifiers in descending order by identifier.
sortOrder - Specifies the sort order of the returned items. Valid values include:
ASCENDING: List the batch build identifiers in ascending order by identifier.
DESCENDING: List the batch build identifiers in descending order by identifier.
SortOrderType,
SortOrderTypeListBuildBatchesForProjectRequest.Builder sortOrder(SortOrderType sortOrder)
Specifies the sort order of the returned items. Valid values include:
ASCENDING: List the batch build identifiers in ascending order by identifier.
DESCENDING: List the batch build identifiers in descending order by identifier.
sortOrder - Specifies the sort order of the returned items. Valid values include:
ASCENDING: List the batch build identifiers in ascending order by identifier.
DESCENDING: List the batch build identifiers in descending order by identifier.
SortOrderType,
SortOrderTypeListBuildBatchesForProjectRequest.Builder nextToken(String nextToken)
The nextToken value returned from a previous call to ListBuildBatchesForProject.
This specifies the next item to return. To return the beginning of the list, exclude this parameter.
nextToken - The nextToken value returned from a previous call to
ListBuildBatchesForProject. This specifies the next item to return. To return the
beginning of the list, exclude this parameter.ListBuildBatchesForProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBuildBatchesForProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.