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 |
id(String id)
The ID of the application.
|
ApplicationSummary.Builder |
tags(Map<String,String> tags)
The tags on the application.
|
ApplicationSummary.Builder |
type(ApplicationType type)
The type of the application.
|
ApplicationSummary.Builder |
type(String type)
The type of the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationSummary.Builder id(String id)
The ID of the application.
id - The ID of the application.ApplicationSummary.Builder type(String type)
The type of the application.
type - The type of the application.ApplicationType,
ApplicationTypeApplicationSummary.Builder type(ApplicationType type)
The type of the application.
type - The type of the application.ApplicationType,
ApplicationTypeApplicationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the application.
arn - The Amazon Resource Name (ARN) of the application.ApplicationSummary.Builder tags(Map<String,String> tags)
The tags on the application.
tags - The tags on the application.Copyright © 2023. All rights reserved.