public static interface AppSummary.Builder extends SdkPojo, CopyableBuilder<AppSummary.Builder,AppSummary>
| Modifier and Type | Method and Description |
|---|---|
AppSummary.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
AppSummary.Builder |
complianceStatus(AppComplianceStatusType complianceStatus)
The current status of compliance for the resiliency policy.
|
AppSummary.Builder |
complianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
|
AppSummary.Builder |
creationTime(Instant creationTime)
The timestamp for when the app was created.
|
AppSummary.Builder |
description(String description)
The optional description for an app.
|
AppSummary.Builder |
name(String name)
The name of the application.
|
AppSummary.Builder |
resiliencyScore(Double resiliencyScore)
The current resiliency score for the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppSummary.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition
:dcps:region:account:app/app-id. For more information about ARNs, see
Amazon Resource Names
(ARNs) in the AWS General Reference.
appArn - The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:
partition:dcps:region:account:app/app-id. For more
information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference.AppSummary.Builder complianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.AppComplianceStatusType,
AppComplianceStatusTypeAppSummary.Builder complianceStatus(AppComplianceStatusType complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.AppComplianceStatusType,
AppComplianceStatusTypeAppSummary.Builder creationTime(Instant creationTime)
The timestamp for when the app was created.
creationTime - The timestamp for when the app was created.AppSummary.Builder description(String description)
The optional description for an app.
description - The optional description for an app.AppSummary.Builder name(String name)
The name of the application.
name - The name of the application.AppSummary.Builder resiliencyScore(Double resiliencyScore)
The current resiliency score for the application.
resiliencyScore - The current resiliency score for the application.Copyright © 2021. All rights reserved.