public static interface ListBuildsRequest.Builder extends CodeBuildRequest.Builder, CopyableBuilder<ListBuildsRequest.Builder,ListBuildsRequest>
Modifier and Type | Method and Description |
---|---|
ListBuildsRequest.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 next token.
|
ListBuildsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListBuildsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListBuildsRequest.Builder |
sortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
ListBuildsRequest.Builder |
sortOrder(String sortOrder)
The order to list build IDs.
|
build
requestOverrideConfig
copy
apply, build
ListBuildsRequest.Builder sortOrder(String sortOrder)
The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
sortOrder
- The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
SortOrderType
,
SortOrderType
ListBuildsRequest.Builder sortOrder(SortOrderType sortOrder)
The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
sortOrder
- The order to list build IDs. Valid values include:
ASCENDING
: List the build IDs in ascending order by build ID.
DESCENDING
: List the build IDs in descending order by build ID.
SortOrderType
,
SortOrderType
ListBuildsRequest.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 next token. 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 next token. 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.ListBuildsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListBuildsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.