public static interface StartAppAssessmentRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<StartAppAssessmentRequest.Builder,StartAppAssessmentRequest>
| Modifier and Type | Method and Description |
|---|---|
StartAppAssessmentRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
StartAppAssessmentRequest.Builder |
appVersion(String appVersion)
The version of the application.
|
StartAppAssessmentRequest.Builder |
assessmentName(String assessmentName)
The name for the assessment.
|
StartAppAssessmentRequest.Builder |
clientToken(String clientToken)
Used for an idempotency token.
|
StartAppAssessmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartAppAssessmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartAppAssessmentRequest.Builder |
tags(Map<String,String> tags)
The tags assigned to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartAppAssessmentRequest.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.StartAppAssessmentRequest.Builder appVersion(String appVersion)
The version of the application.
appVersion - The version of the application.StartAppAssessmentRequest.Builder assessmentName(String assessmentName)
The name for the assessment.
assessmentName - The name for the assessment.StartAppAssessmentRequest.Builder clientToken(String clientToken)
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII
characters. You should not reuse the same client token for other API requests.StartAppAssessmentRequest.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.StartAppAssessmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartAppAssessmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.