public static interface StopAssessmentRunRequest.Builder extends InspectorRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StopAssessmentRunRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
StopAssessmentRunRequest.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
,
StopAction
StopAssessmentRunRequest.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
,
StopAction
StopAssessmentRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StopAssessmentRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.