public static interface StopAssessmentRunRequest.Builder extends InspectorRequest.Builder, CopyableBuilder<StopAssessmentRunRequest.Builder,StopAssessmentRunRequest>
| Modifier and Type | Method and Description |
|---|---|
StopAssessmentRunRequest.Builder |
assessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that you want to stop.
|
StopAssessmentRunRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StopAssessmentRunRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
StopAssessmentRunRequest.Builder |
stopAction(StopAction stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
StopAssessmentRunRequest.Builder |
stopAction(String stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
|
buildrequestOverrideConfigcopyapply, buildStopAssessmentRunRequest.Builder assessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that you want to stop.
assessmentRunArn - The ARN of the assessment run that you want to stop.StopAssessmentRunRequest.Builder stopAction(String stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
stopAction - An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the
default value), stops the AWS agent from collecting data and begins the results evaluation and the
findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no
findings are generated.StopAction,
StopActionStopAssessmentRunRequest.Builder stopAction(StopAction stopAction)
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
stopAction - An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the
default value), stops the AWS agent from collecting data and begins the results evaluation and the
findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no
findings are generated.StopAction,
StopActionStopAssessmentRunRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.StopAssessmentRunRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.