public static interface ListInstancesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListInstancesResponse.Builder,ListInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
instanceSummaryList(Collection<InstanceSummary> instanceSummaryList)
Information about the instances.
|
ListInstancesResponse.Builder |
instanceSummaryList(Consumer<InstanceSummary.Builder>... instanceSummaryList)
Information about the instances.
|
ListInstancesResponse.Builder |
instanceSummaryList(InstanceSummary... instanceSummaryList)
Information about the instances.
|
ListInstancesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstancesResponse.Builder instanceSummaryList(Collection<InstanceSummary> instanceSummaryList)
Information about the instances.
instanceSummaryList - Information about the instances.ListInstancesResponse.Builder instanceSummaryList(InstanceSummary... instanceSummaryList)
Information about the instances.
instanceSummaryList - Information about the instances.ListInstancesResponse.Builder instanceSummaryList(Consumer<InstanceSummary.Builder>... instanceSummaryList)
Information about the instances.
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 #instanceSummaryList(List) .instanceSummaryList - a consumer that will call methods on List.Builder #instanceSummaryList(List) ListInstancesResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2021. All rights reserved.