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