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 method that creates an instance of theInstanceSummary.Builder avoiding the need to create one
manually via InstanceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #instanceSummaryList(List.
instanceSummaryList - a consumer that will call methods on
InstanceSummary.Builder#instanceSummaryList(java.util.Collection) 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 © 2023. All rights reserved.