public static interface DescribeAppInstanceUserResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppInstanceUserResponse.Builder,DescribeAppInstanceUserResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppInstanceUserResponse.Builder |
appInstanceUser(AppInstanceUser appInstanceUser)
The name of the
AppInstanceUser. |
default DescribeAppInstanceUserResponse.Builder |
appInstanceUser(Consumer<AppInstanceUser.Builder> appInstanceUser)
The name of the
AppInstanceUser. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppInstanceUserResponse.Builder appInstanceUser(AppInstanceUser appInstanceUser)
The name of the AppInstanceUser.
appInstanceUser - The name of the AppInstanceUser.default DescribeAppInstanceUserResponse.Builder appInstanceUser(Consumer<AppInstanceUser.Builder> appInstanceUser)
The name of the AppInstanceUser.
AppInstanceUser.Builder avoiding the
need to create one manually via AppInstanceUser.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to appInstanceUser(AppInstanceUser).
appInstanceUser - a consumer that will call methods on AppInstanceUser.BuilderappInstanceUser(AppInstanceUser)Copyright © 2023. All rights reserved.