public static interface GetOpsSummaryResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetOpsSummaryResponse.Builder,GetOpsSummaryResponse>
Modifier and Type | Method and Description |
---|---|
GetOpsSummaryResponse.Builder |
entities(Collection<OpsEntity> entities)
The list of aggregated and filtered OpsItems.
|
GetOpsSummaryResponse.Builder |
entities(Consumer<OpsEntity.Builder>... entities)
The list of aggregated and filtered OpsItems.
|
GetOpsSummaryResponse.Builder |
entities(OpsEntity... entities)
The list of aggregated and filtered OpsItems.
|
GetOpsSummaryResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetOpsSummaryResponse.Builder entities(Collection<OpsEntity> entities)
The list of aggregated and filtered OpsItems.
entities
- The list of aggregated and filtered OpsItems.GetOpsSummaryResponse.Builder entities(OpsEntity... entities)
The list of aggregated and filtered OpsItems.
entities
- The list of aggregated and filtered OpsItems.GetOpsSummaryResponse.Builder entities(Consumer<OpsEntity.Builder>... entities)
The list of aggregated and filtered 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 #entities(List)
.entities
- a consumer that will call methods on List.Builder
#entities(List)
GetOpsSummaryResponse.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.Copyright © 2021. All rights reserved.