public static interface AppInstance.Builder extends SdkPojo, CopyableBuilder<AppInstance.Builder,AppInstance>
| Modifier and Type | Method and Description |
|---|---|
AppInstance.Builder |
appInstanceArn(String appInstanceArn)
The ARN of the messaging instance.
|
AppInstance.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which an
AppInstance was created. |
AppInstance.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time an
AppInstance was last updated. |
AppInstance.Builder |
metadata(String metadata)
The metadata of an
AppInstance. |
AppInstance.Builder |
name(String name)
The name of an
AppInstance. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppInstance.Builder appInstanceArn(String appInstanceArn)
The ARN of the messaging instance.
appInstanceArn - The ARN of the messaging instance.AppInstance.Builder name(String name)
The name of an AppInstance.
name - The name of an AppInstance.AppInstance.Builder metadata(String metadata)
The metadata of an AppInstance.
metadata - The metadata of an AppInstance.AppInstance.Builder createdTimestamp(Instant createdTimestamp)
The time at which an AppInstance was created. In epoch milliseconds.
createdTimestamp - The time at which an AppInstance was created. In epoch milliseconds.AppInstance.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time an AppInstance was last updated. In epoch milliseconds.
lastUpdatedTimestamp - The time an AppInstance was last updated. In epoch milliseconds.Copyright © 2022. All rights reserved.