Interface GetApplicationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetApplicationResponse.Builder,,- GetApplicationResponse> - M2Response.Builder,- SdkBuilder<GetApplicationResponse.Builder,,- GetApplicationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetApplicationResponse
- 
Method SummaryModifier and TypeMethodDescriptionapplicationArn(String applicationArn) The Amazon Resource Name (ARN) of the application.applicationId(String applicationId) The identifier of the application.creationTime(Instant creationTime) The timestamp when this application was created.default GetApplicationResponse.BuilderdeployedVersion(Consumer<DeployedVersionSummary.Builder> deployedVersion) The version of the application that is deployed.deployedVersion(DeployedVersionSummary deployedVersion) The version of the application that is deployed.description(String description) The description of the application.engineType(String engineType) The type of the target platform for the application.engineType(EngineType engineType) The type of the target platform for the application.environmentId(String environmentId) The identifier of the runtime environment where you want to deploy the application.The identifier of a customer managed key.lastStartTime(Instant lastStartTime) The timestamp when you last started the application.default GetApplicationResponse.BuilderlatestVersion(Consumer<ApplicationVersionSummary.Builder> latestVersion) The latest version of the application.latestVersion(ApplicationVersionSummary latestVersion) The latest version of the application.listenerArns(String... listenerArns) The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services account.listenerArns(Collection<String> listenerArns) The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services account.listenerPorts(Integer... listenerPorts) The port associated with the network load balancer listener created in your Amazon Web Services account.listenerPorts(Collection<Integer> listenerPorts) The port associated with the network load balancer listener created in your Amazon Web Services account.loadBalancerDnsName(String loadBalancerDnsName) The public DNS name of the load balancer created in your Amazon Web Services account.logGroups(Collection<LogGroupSummary> logGroups) The list of log summaries.logGroups(Consumer<LogGroupSummary.Builder>... logGroups) The list of log summaries.logGroups(LogGroupSummary... logGroups) The list of log summaries.The unique identifier of the application.The Amazon Resource Name (ARN) of the role associated with the application.The status of the application.status(ApplicationLifecycle status) The status of the application.statusReason(String statusReason) The reason for the reported status.A list of tags associated with the application.targetGroupArns(String... targetGroupArns) Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.targetGroupArns(Collection<String> targetGroupArns) Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
applicationArnThe Amazon Resource Name (ARN) of the application. - Parameters:
- applicationArn- The Amazon Resource Name (ARN) of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationIdThe identifier of the application. - Parameters:
- applicationId- The identifier of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe timestamp when this application was created. - Parameters:
- creationTime- The timestamp when this application was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deployedVersionThe version of the application that is deployed. - Parameters:
- deployedVersion- The version of the application that is deployed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deployedVersiondefault 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.Builderavoiding the need to create one manually viaDeployedVersionSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeployedVersion(DeployedVersionSummary).- Parameters:
- deployedVersion- a consumer that will call methods on- DeployedVersionSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionThe description of the application. - Parameters:
- description- The description of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
engineTypeThe type of the target platform for the application. - Parameters:
- engineType- The type of the target platform for the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
engineTypeThe type of the target platform for the application. - Parameters:
- engineType- The type of the target platform for the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
environmentIdThe identifier of the runtime environment where you want to deploy the application. - Parameters:
- environmentId- The identifier of the runtime environment where you want to deploy the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsKeyIdThe identifier of a customer managed key. - Parameters:
- kmsKeyId- The identifier of a customer managed key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastStartTimeThe timestamp when you last started the application. Null until the application runs for the first time. - Parameters:
- lastStartTime- The timestamp when you last started the application. Null until the application runs for the first time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
latestVersionThe latest version of the application. - Parameters:
- latestVersion- The latest version of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
latestVersiondefault GetApplicationResponse.Builder latestVersion(Consumer<ApplicationVersionSummary.Builder> latestVersion) The latest version of the application. This is a convenience method that creates an instance of theApplicationVersionSummary.Builderavoiding the need to create one manually viaApplicationVersionSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolatestVersion(ApplicationVersionSummary).- Parameters:
- latestVersion- a consumer that will call methods on- ApplicationVersionSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
listenerArnsThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
listenerArnsThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
listenerPortsThe port associated with the network load balancer listener created in your Amazon Web Services account. - Parameters:
- listenerPorts- The port associated with the network load balancer listener created in your Amazon Web Services account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
listenerPortsThe port associated with the network load balancer listener created in your Amazon Web Services account. - Parameters:
- listenerPorts- The port associated with the network load balancer listener created in your Amazon Web Services account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loadBalancerDnsNameThe public DNS name of the load balancer created in your Amazon Web Services account. - Parameters:
- loadBalancerDnsName- The public DNS name of the load balancer created in your Amazon Web Services account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logGroupsThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logGroupsThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logGroupsThe 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.Builderavoiding the need to create one manually viaLogGroupSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologGroups(List<LogGroupSummary>).- Parameters:
- logGroups- a consumer that will call methods on- LogGroupSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe unique identifier of the application. - Parameters:
- name- The unique identifier of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
roleArnThe Amazon Resource Name (ARN) of the role associated with the application. - Parameters:
- roleArn- The Amazon Resource Name (ARN) of the role associated with the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the application. - Parameters:
- status- The status of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the application. - Parameters:
- status- The status of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonThe reason for the reported status. - Parameters:
- statusReason- The reason for the reported status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags associated with the application. - Parameters:
- tags- A list of tags associated with the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetGroupArnsReturns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer. - Parameters:
- targetGroupArns- Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetGroupArnsReturns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer. - Parameters:
- targetGroupArns- Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-