public static interface ApplicationSummary.Builder extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary.Builder |
arn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
|
ApplicationSummary.Builder |
creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
|
ApplicationSummary.Builder |
description(String description)
The description of the application.
|
ApplicationSummary.Builder |
id(String id)
The identifier of the application.
|
ApplicationSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
ApplicationSummary.Builder |
name(String name)
The name of the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationSummary.Builder id(String id)
The identifier of the application.
id - The identifier of the application.ApplicationSummary.Builder arn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
arn - The Amazon resource name (ARN) that specifies the application across services.ApplicationSummary.Builder name(String name)
The name of the application. The name must be unique in the region in which you are creating the application.
name - The name of the application. The name must be unique in the region in which you are creating the
application.ApplicationSummary.Builder description(String description)
The description of the application.
description - The description of the application.ApplicationSummary.Builder creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
creationTime - The ISO-8601 formatted timestamp of the moment when the application was created.ApplicationSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
lastUpdateTime - The ISO-8601 formatted timestamp of the moment when the application was last updated.Copyright © 2023. All rights reserved.