Interface StopAssessmentRunRequest.Builder

    • Method Detail

      • assessmentRunArn

        StopAssessmentRunRequest.Builder assessmentRunArn​(String assessmentRunArn)

        The ARN of the assessment run that you want to stop.

        Parameters:
        assessmentRunArn - The ARN of the assessment run that you want to stop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stopAction

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StopAction, 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StopAction, StopAction