public static interface DescribeOpsItemsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeOpsItemsResponse.Builder,DescribeOpsItemsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeOpsItemsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeOpsItemsResponse.Builder |
opsItemSummaries(Collection<OpsItemSummary> opsItemSummaries)
A list of OpsItems.
|
DescribeOpsItemsResponse.Builder |
opsItemSummaries(Consumer<OpsItemSummary.Builder>... opsItemSummaries)
A list of OpsItems.
|
DescribeOpsItemsResponse.Builder |
opsItemSummaries(OpsItemSummary... opsItemSummaries)
A list of OpsItems.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeOpsItemsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.DescribeOpsItemsResponse.Builder opsItemSummaries(Collection<OpsItemSummary> opsItemSummaries)
A list of OpsItems.
opsItemSummaries
- A list of OpsItems.DescribeOpsItemsResponse.Builder opsItemSummaries(OpsItemSummary... opsItemSummaries)
A list of OpsItems.
opsItemSummaries
- A list of OpsItems.DescribeOpsItemsResponse.Builder opsItemSummaries(Consumer<OpsItemSummary.Builder>... opsItemSummaries)
A list of OpsItems.
This is a convenience that creates an instance of theList.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 #opsItemSummaries(List)
.opsItemSummaries
- a consumer that will call methods on List.Builder
#opsItemSummaries(List)
Copyright © 2020. All rights reserved.