| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.applicationId(String applicationId)
The identifier of the application.
|
static GetApplicationResponse.Builder |
GetApplicationResponse.builder() |
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.creationTime(Instant creationTime)
The timestamp when this application was created.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.deployedVersion(Consumer<DeployedVersionSummary.Builder> deployedVersion)
The version of the application that is deployed.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.deployedVersion(DeployedVersionSummary deployedVersion)
The version of the application that is deployed.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.description(String description)
The description of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.engineType(EngineType engineType)
The type of the target platform for the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.engineType(String engineType)
The type of the target platform for the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.environmentId(String environmentId)
The identifier of the runtime environment where you want to deploy the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.kmsKeyId(String kmsKeyId)
The identifier of a customer managed key.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.lastStartTime(Instant lastStartTime)
The timestamp when you last started the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.latestVersion(ApplicationVersionSummary latestVersion)
The latest version of the application.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.latestVersion(Consumer<ApplicationVersionSummary.Builder> latestVersion)
The latest version of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.listenerArns(Collection<String> listenerArns)
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services
account.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.listenerArns(String... listenerArns)
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services
account.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.listenerPorts(Collection<Integer> listenerPorts)
The port associated with the network load balancer listener created in your Amazon Web Services account.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.listenerPorts(Integer... listenerPorts)
The port associated with the network load balancer listener created in your Amazon Web Services account.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.loadBalancerDnsName(String loadBalancerDnsName)
The public DNS name of the load balancer created in your Amazon Web Services account.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.logGroups(Collection<LogGroupSummary> logGroups)
The list of log summaries.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.logGroups(Consumer<LogGroupSummary.Builder>... logGroups)
The list of log summaries.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.logGroups(LogGroupSummary... logGroups)
The list of log summaries.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.name(String name)
The unique identifier of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.status(ApplicationLifecycle status)
The status of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.status(String status)
The status of the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.statusReason(String statusReason)
The reason for the reported status.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.tags(Map<String,String> tags)
A list of tags associated with the application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.targetGroupArns(Collection<String> targetGroupArns)
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.targetGroupArns(String... targetGroupArns)
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
|
GetApplicationResponse.Builder |
GetApplicationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetApplicationResponse.Builder> |
GetApplicationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.