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 details and filtered OpsData.
|
GetOpsSummaryResponse.Builder |
entities(Consumer<OpsEntity.Builder>... entities)
The list of aggregated details and filtered OpsData.
|
GetOpsSummaryResponse.Builder |
entities(OpsEntity... entities)
The list of aggregated details and filtered OpsData.
|
GetOpsSummaryResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOpsSummaryResponse.Builder entities(Collection<OpsEntity> entities)
The list of aggregated details and filtered OpsData.
entities - The list of aggregated details and filtered OpsData.GetOpsSummaryResponse.Builder entities(OpsEntity... entities)
The list of aggregated details and filtered OpsData.
entities - The list of aggregated details and filtered OpsData.GetOpsSummaryResponse.Builder entities(Consumer<OpsEntity.Builder>... entities)
The list of aggregated details and filtered OpsData.
This is a convenience method that creates an instance of theOpsEntity.Builder avoiding the need to create one manually
via OpsEntity.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #entities(List.
entities - a consumer that will call methods on
OpsEntity.Builder#entities(java.util.Collection) 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 © 2022. All rights reserved.