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) of the Application.
|
ApplicationSummary.Builder |
createdTime(Instant createdTime)
The time when the application was created.
|
ApplicationSummary.Builder |
id(String id)
A unique identifier for the Application.
|
ApplicationSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time when the application was last modified.
|
ApplicationSummary.Builder |
name(String name)
The name of the application.
|
ApplicationSummary.Builder |
namespace(String namespace)
The namespace of the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Application.
arn - The Amazon Resource Name (ARN) of the Application.ApplicationSummary.Builder id(String id)
A unique identifier for the Application.
id - A unique identifier for the Application.ApplicationSummary.Builder name(String name)
The name of the application.
name - The name of the application.ApplicationSummary.Builder namespace(String namespace)
The namespace of the application.
namespace - The namespace of the application.ApplicationSummary.Builder createdTime(Instant createdTime)
The time when the application was created.
createdTime - The time when the application was created.ApplicationSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the application was last modified.
lastModifiedTime - The time when the application was last modified.Copyright © 2023. All rights reserved.