public static interface DescribeInstanceInformationResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstanceInformationResponse.Builder,DescribeInstanceInformationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceInformationResponse.Builder |
instanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
|
DescribeInstanceInformationResponse.Builder |
instanceInformationList(Consumer<InstanceInformation.Builder>... instanceInformationList)
The managed node information list.
|
DescribeInstanceInformationResponse.Builder |
instanceInformationList(InstanceInformation... instanceInformationList)
The managed node information list.
|
DescribeInstanceInformationResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceInformationResponse.Builder instanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
instanceInformationList - The managed node information list.DescribeInstanceInformationResponse.Builder instanceInformationList(InstanceInformation... instanceInformationList)
The managed node information list.
instanceInformationList - The managed node information list.DescribeInstanceInformationResponse.Builder instanceInformationList(Consumer<InstanceInformation.Builder>... instanceInformationList)
The managed node information list.
This is a convenience method that creates an instance of theInstanceInformation.Builder avoiding the need to create one
manually via InstanceInformation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #instanceInformationList(List.
instanceInformationList - a consumer that will call methods on
InstanceInformation.Builder#instanceInformationList(java.util.Collection) DescribeInstanceInformationResponse.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.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2022. All rights reserved.