public static interface GetApplicationResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the application.
|
GetApplicationResponse.Builder |
applicationId(String applicationId)
The identifier of the application.
|
GetApplicationResponse.Builder |
creationTime(Instant creationTime)
The timestamp when this application was created.
|
default GetApplicationResponse.Builder |
deployedVersion(Consumer<DeployedVersionSummary.Builder> deployedVersion)
The version of the application that is deployed.
|
GetApplicationResponse.Builder |
deployedVersion(DeployedVersionSummary deployedVersion)
The version of the application that is deployed.
|
GetApplicationResponse.Builder |
description(String description)
The description of the application.
|
GetApplicationResponse.Builder |
engineType(EngineType engineType)
The type of the target platform for the application.
|
GetApplicationResponse.Builder |
engineType(String engineType)
The type of the target platform for the application.
|
GetApplicationResponse.Builder |
environmentId(String environmentId)
The identifier of the runtime environment where you want to deploy the application.
|
GetApplicationResponse.Builder |
kmsKeyId(String kmsKeyId)
The identifier of a customer managed key.
|
GetApplicationResponse.Builder |
lastStartTime(Instant lastStartTime)
The timestamp when you last started the application.
|
GetApplicationResponse.Builder |
latestVersion(ApplicationVersionSummary latestVersion)
The latest version of the application.
|
default GetApplicationResponse.Builder |
latestVersion(Consumer<ApplicationVersionSummary.Builder> latestVersion)
The latest version of the application.
|
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 |
listenerArns(String... listenerArns)
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services
account.
|
GetApplicationResponse.Builder |
listenerPorts(Collection<Integer> listenerPorts)
The port associated with the network load balancer listener created in your Amazon Web Services account.
|
GetApplicationResponse.Builder |
listenerPorts(Integer... listenerPorts)
The port associated with the network load balancer listener created in your Amazon Web Services account.
|
GetApplicationResponse.Builder |
loadBalancerDnsName(String loadBalancerDnsName)
The public DNS name of the load balancer created in your Amazon Web Services account.
|
GetApplicationResponse.Builder |
logGroups(Collection<LogGroupSummary> logGroups)
The list of log summaries.
|
GetApplicationResponse.Builder |
logGroups(Consumer<LogGroupSummary.Builder>... logGroups)
The list of log summaries.
|
GetApplicationResponse.Builder |
logGroups(LogGroupSummary... logGroups)
The list of log summaries.
|
GetApplicationResponse.Builder |
name(String name)
The unique identifier of the application.
|
GetApplicationResponse.Builder |
status(ApplicationLifecycle status)
The status of the application.
|
GetApplicationResponse.Builder |
status(String status)
The status of the application.
|
GetApplicationResponse.Builder |
statusReason(String statusReason)
The reason for the reported status.
|
GetApplicationResponse.Builder |
tags(Map<String,String> tags)
A list of tags associated with the application.
|
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 |
targetGroupArns(String... targetGroupArns)
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationResponse.Builder applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the application.
applicationArn - The Amazon Resource Name (ARN) of the application.GetApplicationResponse.Builder applicationId(String applicationId)
The identifier of the application.
applicationId - The identifier of the application.GetApplicationResponse.Builder creationTime(Instant creationTime)
The timestamp when this application was created.
creationTime - The timestamp when this application was created.GetApplicationResponse.Builder deployedVersion(DeployedVersionSummary deployedVersion)
The version of the application that is deployed.
deployedVersion - The version of the application that is deployed.default GetApplicationResponse.Builder deployedVersion(Consumer<DeployedVersionSummary.Builder> deployedVersion)
The version of the application that is deployed.
This is a convenience method that creates an instance of theDeployedVersionSummary.Builder avoiding
the need to create one manually via DeployedVersionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deployedVersion(DeployedVersionSummary).
deployedVersion - a consumer that will call methods on DeployedVersionSummary.BuilderdeployedVersion(DeployedVersionSummary)GetApplicationResponse.Builder description(String description)
The description of the application.
description - The description of the application.GetApplicationResponse.Builder engineType(String engineType)
The type of the target platform for the application.
engineType - The type of the target platform for the application.EngineType,
EngineTypeGetApplicationResponse.Builder engineType(EngineType engineType)
The type of the target platform for the application.
engineType - The type of the target platform for the application.EngineType,
EngineTypeGetApplicationResponse.Builder environmentId(String environmentId)
The identifier of the runtime environment where you want to deploy the application.
environmentId - The identifier of the runtime environment where you want to deploy the application.GetApplicationResponse.Builder kmsKeyId(String kmsKeyId)
The identifier of a customer managed key.
kmsKeyId - The identifier of a customer managed key.GetApplicationResponse.Builder lastStartTime(Instant lastStartTime)
The timestamp when you last started the application. Null until the application runs for the first time.
lastStartTime - The timestamp when you last started the application. Null until the application runs for the first
time.GetApplicationResponse.Builder latestVersion(ApplicationVersionSummary latestVersion)
The latest version of the application.
latestVersion - The latest version of the application.default GetApplicationResponse.Builder latestVersion(Consumer<ApplicationVersionSummary.Builder> latestVersion)
The latest version of the application.
This is a convenience method that creates an instance of theApplicationVersionSummary.Builder
avoiding the need to create one manually via ApplicationVersionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to latestVersion(ApplicationVersionSummary).
latestVersion - a consumer that will call methods on ApplicationVersionSummary.BuilderlatestVersion(ApplicationVersionSummary)GetApplicationResponse.Builder listenerArns(Collection<String> listenerArns)
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an application.
listenerArns - The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web
Services account. Amazon Web Services Mainframe Modernization creates this listener for you the first
time you deploy an application.GetApplicationResponse.Builder listenerArns(String... listenerArns)
The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an application.
listenerArns - The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web
Services account. Amazon Web Services Mainframe Modernization creates this listener for you the first
time you deploy an application.GetApplicationResponse.Builder listenerPorts(Collection<Integer> listenerPorts)
The port associated with the network load balancer listener created in your Amazon Web Services account.
listenerPorts - The port associated with the network load balancer listener created in your Amazon Web Services
account.GetApplicationResponse.Builder listenerPorts(Integer... listenerPorts)
The port associated with the network load balancer listener created in your Amazon Web Services account.
listenerPorts - The port associated with the network load balancer listener created in your Amazon Web Services
account.GetApplicationResponse.Builder loadBalancerDnsName(String loadBalancerDnsName)
The public DNS name of the load balancer created in your Amazon Web Services account.
loadBalancerDnsName - The public DNS name of the load balancer created in your Amazon Web Services account.GetApplicationResponse.Builder logGroups(Collection<LogGroupSummary> logGroups)
The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the customer's account.
logGroups - The list of log summaries. Each log summary includes the log type as well as the log group identifier.
These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to
CloudWatch under the customer's account.GetApplicationResponse.Builder logGroups(LogGroupSummary... logGroups)
The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the customer's account.
logGroups - The list of log summaries. Each log summary includes the log type as well as the log group identifier.
These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to
CloudWatch under the customer's account.GetApplicationResponse.Builder logGroups(Consumer<LogGroupSummary.Builder>... logGroups)
The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the customer's account.
This is a convenience method that creates an instance of theLogGroupSummary.Builder avoiding the need to create one
manually via LogGroupSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #logGroups(List.
logGroups - a consumer that will call methods on
LogGroupSummary.Builder#logGroups(java.util.Collection) GetApplicationResponse.Builder name(String name)
The unique identifier of the application.
name - The unique identifier of the application.GetApplicationResponse.Builder status(String status)
The status of the application.
status - The status of the application.ApplicationLifecycle,
ApplicationLifecycleGetApplicationResponse.Builder status(ApplicationLifecycle status)
The status of the application.
status - The status of the application.ApplicationLifecycle,
ApplicationLifecycleGetApplicationResponse.Builder statusReason(String statusReason)
The reason for the reported status.
statusReason - The reason for the reported status.GetApplicationResponse.Builder tags(Map<String,String> tags)
A list of tags associated with the application.
tags - A list of tags associated with the application.GetApplicationResponse.Builder targetGroupArns(Collection<String> targetGroupArns)
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
targetGroupArns - Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load
balancer.GetApplicationResponse.Builder targetGroupArns(String... targetGroupArns)
Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
targetGroupArns - Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load
balancer.Copyright © 2023. All rights reserved.