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 name and ARN of the admin for the
AppInstance. |
CreateAppInstanceAdminResponse.Builder |
appInstanceAdmin(Identity appInstanceAdmin)
The name and ARN of the admin for the
AppInstance. |
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 name and ARN of the admin for the AppInstance.
appInstanceAdmin - The name and ARN of the admin for the AppInstance.default CreateAppInstanceAdminResponse.Builder appInstanceAdmin(Consumer<Identity.Builder> appInstanceAdmin)
The name and ARN of the admin for the AppInstance.
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.