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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOpsItemsResponse.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 method 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 © 2022. All rights reserved.