public static interface GetApplicationResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
arn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
|
GetApplicationResponse.Builder |
associatedResourceCount(Integer associatedResourceCount)
The number of top-level resources that were registered as part of this application.
|
GetApplicationResponse.Builder |
creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
|
GetApplicationResponse.Builder |
description(String description)
The description of the application.
|
GetApplicationResponse.Builder |
id(String id)
The identifier of the application.
|
GetApplicationResponse.Builder |
lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
GetApplicationResponse.Builder |
name(String name)
The name of the application.
|
GetApplicationResponse.Builder |
tags(Map<String,String> tags)
Key-value pairs associated with the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationResponse.Builder id(String id)
The identifier of the application.
id - The identifier of the application.GetApplicationResponse.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.GetApplicationResponse.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.GetApplicationResponse.Builder description(String description)
The description of the application.
description - The description of the application.GetApplicationResponse.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.GetApplicationResponse.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.GetApplicationResponse.Builder associatedResourceCount(Integer associatedResourceCount)
The number of top-level resources that were registered as part of this application.
associatedResourceCount - The number of top-level resources that were registered as part of this application.GetApplicationResponse.Builder tags(Map<String,String> tags)
Key-value pairs associated with the application.
tags - Key-value pairs associated with the application.Copyright © 2021. All rights reserved.