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 instance information list.
|
DescribeInstanceInformationResponse.Builder |
instanceInformationList(Consumer<InstanceInformation.Builder>... 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, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 instanceInformationList(Consumer<InstanceInformation.Builder>... instanceInformationList)
The instance information list.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #instanceInformationList(List)
.instanceInformationList
- a consumer that will call methods on List.Builder
#instanceInformationList(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 © 2019. All rights reserved.