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