public static interface GetUpgradeHistoryResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<GetUpgradeHistoryResponse.Builder,GetUpgradeHistoryResponse>
Modifier and Type | Method and Description |
---|---|
GetUpgradeHistoryResponse.Builder |
nextToken(String nextToken)
Pagination token that needs to be supplied to the next call to get the next page of results
|
GetUpgradeHistoryResponse.Builder |
upgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of
UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility
Check performed on a domain returned as part of GetUpgradeHistoryResponse object. |
GetUpgradeHistoryResponse.Builder |
upgradeHistories(Consumer<UpgradeHistory.Builder>... upgradeHistories)
A list of
UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility
Check performed on a domain returned as part of GetUpgradeHistoryResponse object. |
GetUpgradeHistoryResponse.Builder |
upgradeHistories(UpgradeHistory... upgradeHistories)
A list of
UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility
Check performed on a domain returned as part of GetUpgradeHistoryResponse object. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetUpgradeHistoryResponse.Builder upgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of UpgradeHistory
objects corresponding to each Upgrade or Upgrade Eligibility
Check performed on a domain returned as part of GetUpgradeHistoryResponse
object.
upgradeHistories
- A list of UpgradeHistory
objects corresponding to each Upgrade or Upgrade
Eligibility Check performed on a domain returned as part of
GetUpgradeHistoryResponse
object.GetUpgradeHistoryResponse.Builder upgradeHistories(UpgradeHistory... upgradeHistories)
A list of UpgradeHistory
objects corresponding to each Upgrade or Upgrade Eligibility
Check performed on a domain returned as part of GetUpgradeHistoryResponse
object.
upgradeHistories
- A list of UpgradeHistory
objects corresponding to each Upgrade or Upgrade
Eligibility Check performed on a domain returned as part of
GetUpgradeHistoryResponse
object.GetUpgradeHistoryResponse.Builder upgradeHistories(Consumer<UpgradeHistory.Builder>... upgradeHistories)
A list of UpgradeHistory
objects corresponding to each Upgrade or Upgrade Eligibility
Check performed on a domain returned as part of GetUpgradeHistoryResponse
object.
List.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #upgradeHistories(List)
.upgradeHistories
- a consumer that will call methods on List.Builder
#upgradeHistories(List)
GetUpgradeHistoryResponse.Builder nextToken(String nextToken)
Pagination token that needs to be supplied to the next call to get the next page of results
nextToken
- Pagination token that needs to be supplied to the next call to get the next page of resultsCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.