Interface ListNodesSummaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListNodesSummaryResponse.Builder,
,ListNodesSummaryResponse> SdkBuilder<ListNodesSummaryResponse.Builder,
,ListNodesSummaryResponse> SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
ListNodesSummaryResponse
@Mutable
@NotThreadSafe
public static interface ListNodesSummaryResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListNodesSummaryResponse.Builder,ListNodesSummaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use when requesting the next set of items.summary
(Collection<? extends Map<String, String>> summary) A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
summary
A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.
- Parameters:
summary
- A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.
- Parameters:
summary
- A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Parameters:
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-