public static interface AppInstanceUserSummary.Builder extends SdkPojo, CopyableBuilder<AppInstanceUserSummary.Builder,AppInstanceUserSummary>
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUserSummary.Builder |
appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
AppInstanceUserSummary.Builder |
metadata(String metadata)
The metadata of the
AppInstanceUser. |
AppInstanceUserSummary.Builder |
name(String name)
The name of an
AppInstanceUser. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppInstanceUserSummary.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.AppInstanceUserSummary.Builder name(String name)
The name of an AppInstanceUser.
name - The name of an AppInstanceUser.AppInstanceUserSummary.Builder metadata(String metadata)
The metadata of the AppInstanceUser.
metadata - The metadata of the AppInstanceUser.Copyright © 2021. All rights reserved.