public static interface ListAppAssessmentsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppAssessmentsRequest.Builder,ListAppAssessmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppAssessmentsRequest.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppAssessmentsRequest.Builder |
assessmentName(String assessmentName)
The name for the assessment.
|
ListAppAssessmentsRequest.Builder |
assessmentStatus(AssessmentStatus... assessmentStatus)
The current status of the assessment for the resiliency policy.
|
ListAppAssessmentsRequest.Builder |
assessmentStatus(Collection<AssessmentStatus> assessmentStatus)
The current status of the assessment for the resiliency policy.
|
ListAppAssessmentsRequest.Builder |
assessmentStatusWithStrings(Collection<String> assessmentStatus)
The current status of the assessment for the resiliency policy.
|
ListAppAssessmentsRequest.Builder |
assessmentStatusWithStrings(String... assessmentStatus)
The current status of the assessment for the resiliency policy.
|
ListAppAssessmentsRequest.Builder |
complianceStatus(ComplianceStatus complianceStatus)
The current status of compliance for the resiliency policy.
|
ListAppAssessmentsRequest.Builder |
complianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
|
ListAppAssessmentsRequest.Builder |
invoker(AssessmentInvoker invoker)
Specifies the entity that invoked a specific assessment, either a
User or the
System. |
ListAppAssessmentsRequest.Builder |
invoker(String invoker)
Specifies the entity that invoked a specific assessment, either a
User or the
System. |
ListAppAssessmentsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListAppAssessmentsRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppAssessmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppAssessmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAppAssessmentsRequest.Builder |
reverseOrder(Boolean reverseOrder)
The default is to sort by ascending startTime.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppAssessmentsRequest.Builder appArn(String appArn)
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 Amazon Web Services General Reference guide.
appArn - 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 Amazon Web Services General Reference guide.ListAppAssessmentsRequest.Builder assessmentName(String assessmentName)
The name for the assessment.
assessmentName - The name for the assessment.ListAppAssessmentsRequest.Builder assessmentStatusWithStrings(Collection<String> assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.ListAppAssessmentsRequest.Builder assessmentStatusWithStrings(String... assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.ListAppAssessmentsRequest.Builder assessmentStatus(Collection<AssessmentStatus> assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.ListAppAssessmentsRequest.Builder assessmentStatus(AssessmentStatus... assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.ListAppAssessmentsRequest.Builder complianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.ComplianceStatus,
ComplianceStatusListAppAssessmentsRequest.Builder complianceStatus(ComplianceStatus complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.ComplianceStatus,
ComplianceStatusListAppAssessmentsRequest.Builder invoker(String invoker)
Specifies the entity that invoked a specific assessment, either a User or the
System.
invoker - Specifies the entity that invoked a specific assessment, either a User or the
System.AssessmentInvoker,
AssessmentInvokerListAppAssessmentsRequest.Builder invoker(AssessmentInvoker invoker)
Specifies the entity that invoked a specific assessment, either a User or the
System.
invoker - Specifies the entity that invoked a specific assessment, either a User or the
System.AssessmentInvoker,
AssessmentInvokerListAppAssessmentsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved.
maxResults - Maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can
be retrieved.ListAppAssessmentsRequest.Builder nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken - Null, or the token from a previous call to get the next set of results.ListAppAssessmentsRequest.Builder reverseOrder(Boolean reverseOrder)
The default is to sort by ascending startTime. To sort by descending startTime, set
reverseOrder to true.
reverseOrder - The default is to sort by ascending startTime. To sort by descending startTime, set
reverseOrder to true.ListAppAssessmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppAssessmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.