public static interface DescribeInstanceInformationResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeInstanceInformationResponse.Builder,DescribeInstanceInformationResponse>
Modifier and Type | Method and Description |
---|---|
DescribeInstanceInformationResponse.Builder |
instanceInformationList(Collection<InstanceInformation> instanceInformationList)
The instance information list.
|
DescribeInstanceInformationResponse.Builder |
instanceInformationList(InstanceInformation... instanceInformationList)
The instance information list.
|
DescribeInstanceInformationResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build
copy
apply, build
DescribeInstanceInformationResponse.Builder instanceInformationList(Collection<InstanceInformation> instanceInformationList)
The instance information list.
instanceInformationList
- The instance information list.DescribeInstanceInformationResponse.Builder instanceInformationList(InstanceInformation... instanceInformationList)
The instance information list.
instanceInformationList
- The instance information list.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.