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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNodesSummaryResponse.BuildernextToken(String nextToken)The token to use when requesting the next set of items.ListNodesSummaryResponse.Buildersummary(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.ListNodesSummaryResponse.Buildersummary(Map<String,String>... summary)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 Detail
-
summary
ListNodesSummaryResponse.Builder 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.
- 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
ListNodesSummaryResponse.Builder summary(Map<String,String>... 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
ListNodesSummaryResponse.Builder nextToken(String 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.
-
-