public static interface ListAppInstancesResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<ListAppInstancesResponse.Builder,ListAppInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppInstancesResponse.Builder |
appInstances(AppInstanceSummary... appInstances)
The information for each
AppInstance. |
ListAppInstancesResponse.Builder |
appInstances(Collection<AppInstanceSummary> appInstances)
The information for each
AppInstance. |
ListAppInstancesResponse.Builder |
appInstances(Consumer<AppInstanceSummary.Builder>... appInstances)
The information for each
AppInstance. |
ListAppInstancesResponse.Builder |
nextToken(String nextToken)
The token passed by previous API requests until the maximum number of
AppInstances is reached. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppInstancesResponse.Builder appInstances(Collection<AppInstanceSummary> appInstances)
The information for each AppInstance.
appInstances - The information for each AppInstance.ListAppInstancesResponse.Builder appInstances(AppInstanceSummary... appInstances)
The information for each AppInstance.
appInstances - The information for each AppInstance.ListAppInstancesResponse.Builder appInstances(Consumer<AppInstanceSummary.Builder>... appInstances)
The information for each AppInstance.
AppInstanceSummary.Builder avoiding the need
to create one manually via
AppInstanceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #appInstances(List.
appInstances - a consumer that will call methods on
AppInstanceSummary.Builder#appInstances(java.util.Collection) ListAppInstancesResponse.Builder nextToken(String nextToken)
The token passed by previous API requests until the maximum number of AppInstances is reached.
nextToken - The token passed by previous API requests until the maximum number of AppInstances is
reached.Copyright © 2023. All rights reserved.