public static interface App.Builder extends SdkPojo, CopyableBuilder<App.Builder,App>
| Modifier and Type | Method and Description |
|---|---|
App.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the application.
|
App.Builder |
assessmentSchedule(AppAssessmentScheduleType assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
App.Builder |
assessmentSchedule(String assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
App.Builder |
complianceStatus(AppComplianceStatusType complianceStatus)
The current status of compliance for the resiliency policy.
|
App.Builder |
complianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
|
App.Builder |
creationTime(Instant creationTime)
The timestamp for when the app was created.
|
App.Builder |
description(String description)
The optional description for an app.
|
App.Builder |
lastAppComplianceEvaluationTime(Instant lastAppComplianceEvaluationTime)
The timestamp for the most recent compliance evaluation.
|
App.Builder |
lastResiliencyScoreEvaluationTime(Instant lastResiliencyScoreEvaluationTime)
The timestamp for the most recent resiliency score evaluation.
|
App.Builder |
name(String name)
The name for the application.
|
App.Builder |
policyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy.
|
App.Builder |
resiliencyScore(Double resiliencyScore)
The current resiliency score for the application.
|
App.Builder |
status(AppStatusType status)
The status of the application.
|
App.Builder |
status(String status)
The status of the application.
|
App.Builder |
tags(Map<String,String> tags)
The tags assigned to the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApp.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the 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.
appArn - The Amazon Resource Name (ARN) of the 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.App.Builder assessmentSchedule(String assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.AppAssessmentScheduleType,
AppAssessmentScheduleTypeApp.Builder assessmentSchedule(AppAssessmentScheduleType assessmentSchedule)
Assessment execution schedule with 'Daily' or 'Disabled' values.
assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.AppAssessmentScheduleType,
AppAssessmentScheduleTypeApp.Builder complianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.AppComplianceStatusType,
AppComplianceStatusTypeApp.Builder complianceStatus(AppComplianceStatusType complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.AppComplianceStatusType,
AppComplianceStatusTypeApp.Builder creationTime(Instant creationTime)
The timestamp for when the app was created.
creationTime - The timestamp for when the app was created.App.Builder description(String description)
The optional description for an app.
description - The optional description for an app.App.Builder lastAppComplianceEvaluationTime(Instant lastAppComplianceEvaluationTime)
The timestamp for the most recent compliance evaluation.
lastAppComplianceEvaluationTime - The timestamp for the most recent compliance evaluation.App.Builder lastResiliencyScoreEvaluationTime(Instant lastResiliencyScoreEvaluationTime)
The timestamp for the most recent resiliency score evaluation.
lastResiliencyScoreEvaluationTime - The timestamp for the most recent resiliency score evaluation.App.Builder name(String name)
The name for the application.
name - The name for the application.App.Builder policyArn(String policyArn)
The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition:resiliencehub:region:account:resiliency-policy/
policy-id. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
policyArn - The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition:resiliencehub:region:account:resiliency-policy/
policy-id. For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference.App.Builder resiliencyScore(Double resiliencyScore)
The current resiliency score for the application.
resiliencyScore - The current resiliency score for the application.App.Builder status(String status)
The status of the application.
status - The status of the application.AppStatusType,
AppStatusTypeApp.Builder status(AppStatusType status)
The status of the application.
status - The status of the application.AppStatusType,
AppStatusTypeApp.Builder tags(Map<String,String> tags)
The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
tags - The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services
resource. Each tag consists of a key/value pair.Copyright © 2022. All rights reserved.