public static interface AppInstanceUser.Builder extends SdkPojo, CopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUser.Builder |
appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
AppInstanceUser.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which the
AppInstanceUser was created. |
AppInstanceUser.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which the
AppInstanceUser was last updated. |
AppInstanceUser.Builder |
metadata(String metadata)
The metadata of the
AppInstanceUser. |
AppInstanceUser.Builder |
name(String name)
The name of the
AppInstanceUser. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppInstanceUser.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.AppInstanceUser.Builder name(String name)
The name of the AppInstanceUser.
name - The name of the AppInstanceUser.AppInstanceUser.Builder metadata(String metadata)
The metadata of the AppInstanceUser.
metadata - The metadata of the AppInstanceUser.AppInstanceUser.Builder createdTimestamp(Instant createdTimestamp)
The time at which the AppInstanceUser was created.
createdTimestamp - The time at which the AppInstanceUser was created.AppInstanceUser.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which the AppInstanceUser was last updated.
lastUpdatedTimestamp - The time at which the AppInstanceUser was last updated.Copyright © 2023. All rights reserved.