public static interface ListAppComponentCompliancesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppComponentCompliancesRequest.Builder,ListAppComponentCompliancesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppComponentCompliancesRequest.Builder |
assessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
ListAppComponentCompliancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListAppComponentCompliancesRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppComponentCompliancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppComponentCompliancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppComponentCompliancesRequest.Builder assessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition
:dcps:region:account:app-assessment/app-id. For more information about
ARNs, see Amazon
Resource Names (ARNs) in the AWS General Reference.
assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:
partition:dcps:region:account:app-assessment/
app-id. For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference.ListAppComponentCompliancesRequest.Builder maxResults(Integer maxResults)
The 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 - The 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.ListAppComponentCompliancesRequest.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.ListAppComponentCompliancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppComponentCompliancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.