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 Resilience Hub application.
|
AppSummary.Builder |
assessmentSchedule(AppAssessmentScheduleType assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
AppSummary.Builder |
assessmentSchedule(String assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
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.
|
AppSummary.Builder |
status(AppStatusType status)
The status of the application.
|
AppSummary.Builder |
status(String status)
The status of the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppSummary.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.
appArn - The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference guide.AppSummary.Builder assessmentSchedule(String assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.AppAssessmentScheduleType,
AppAssessmentScheduleTypeAppSummary.Builder assessmentSchedule(AppAssessmentScheduleType assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.AppAssessmentScheduleType,
AppAssessmentScheduleTypeAppSummary.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.AppSummary.Builder status(String status)
The status of the application.
status - The status of the application.AppStatusType,
AppStatusTypeAppSummary.Builder status(AppStatusType status)
The status of the application.
status - The status of the application.AppStatusType,
AppStatusTypeCopyright © 2023. All rights reserved.