public static interface ListBuildsForProjectRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<ListBuildsForProjectRequest.Builder,ListBuildsForProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBuildsForProjectRequest.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.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBuildsForProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBuildsForProjectRequest.Builder |
projectName(String projectName)
The name of the CodeBuild project.
|
ListBuildsForProjectRequest.Builder |
sortOrder(SortOrderType sortOrder)
The order to sort the results in.
|
ListBuildsForProjectRequest.Builder |
sortOrder(String sortOrder)
The order to sort the results in.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBuildsForProjectRequest.Builder projectName(String projectName)
The name of the CodeBuild project.
projectName - The name of the CodeBuild project.ListBuildsForProjectRequest.Builder sortOrder(String sortOrder)
The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING: List the build identifiers in ascending order, by build number.
DESCENDING: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
sortOrder - The order to sort the results in. The results are sorted by build number, not the build identifier. If
this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING: List the build identifiers in ascending order, by build number.
DESCENDING: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
SortOrderType,
SortOrderTypeListBuildsForProjectRequest.Builder sortOrder(SortOrderType sortOrder)
The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING: List the build identifiers in ascending order, by build number.
DESCENDING: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
sortOrder - The order to sort the results in. The results are sorted by build number, not the build identifier. If
this is not specified, the results are sorted in descending order.
Valid values include:
ASCENDING: List the build identifiers in ascending order, by build number.
DESCENDING: List the build identifiers in descending order, by build number.
If the project has more than 100 builds, setting the sort order will result in an error.
SortOrderType,
SortOrderTypeListBuildsForProjectRequest.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. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
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. To get the next batch of items in the
list, call this operation again, adding the next token to the call. To get all of the items in the
list, keep calling this operation with each subsequent next token that is returned, until no more next
tokens are returned.ListBuildsForProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBuildsForProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.