GetApplicationResponse.Builder |
GetApplicationResponse.Builder.applicationTag(Map<String,String> applicationTag) |
A key-value pair that identifies an associated resource.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.arn(String arn) |
The Amazon resource name (ARN) that specifies the application across services.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.associatedResourceCount(Integer associatedResourceCount) |
The number of top-level resources that were registered as part of this application.
|
static GetApplicationResponse.Builder |
GetApplicationResponse.builder() |
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.creationTime(Instant creationTime) |
The ISO-8601 formatted timestamp of the moment when the application was created.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.description(String description) |
The description of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.id(String id) |
The identifier of the application.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.integrations(Consumer<Integrations.Builder> integrations) |
The information about the integration of the application with other services, such as Resource Groups.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.integrations(Integrations integrations) |
The information about the integration of the application with other services, such as Resource Groups.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.lastUpdateTime(Instant lastUpdateTime) |
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.name(String name) |
The name of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.tags(Map<String,String> tags) |
Key-value pairs associated with the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.toBuilder() |
|