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.
|
default GetApplicationResponse.Builder |
integrations(Consumer<Integrations.Builder> integrations)
The information about the integration of the application with other services, such as Resource Groups.
|
GetApplicationResponse.Builder |
integrations(Integrations integrations)
The information about the integration of the application with other services, such as Resource Groups.
|
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.GetApplicationResponse.Builder integrations(Integrations integrations)
The information about the integration of the application with other services, such as Resource Groups.
integrations - The information about the integration of the application with other services, such as Resource Groups.default GetApplicationResponse.Builder integrations(Consumer<Integrations.Builder> integrations)
The information about the integration of the application with other services, such as Resource Groups.
This is a convenience method that creates an instance of theIntegrations.Builder avoiding the need
to create one manually via Integrations.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to integrations(Integrations).
integrations - a consumer that will call methods on Integrations.Builderintegrations(Integrations)Copyright © 2023. All rights reserved.