public static interface DescribeAppInstanceResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppInstanceResponse.Builder,DescribeAppInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppInstanceResponse.Builder |
appInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the
AppInstance. |
default DescribeAppInstanceResponse.Builder |
appInstance(Consumer<AppInstance.Builder> appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the
AppInstance. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppInstanceResponse.Builder appInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All
timestamps use epoch milliseconds.
appInstance - The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance.
All timestamps use epoch milliseconds.default DescribeAppInstanceResponse.Builder appInstance(Consumer<AppInstance.Builder> appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All
timestamps use epoch milliseconds.
AppInstance.Builder avoiding the need to
create one manually via AppInstance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to appInstance(AppInstance).
appInstance - a consumer that will call methods on AppInstance.BuilderappInstance(AppInstance)Copyright © 2023. All rights reserved.