Interface AgentAlreadyRunningAssessment.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AgentAlreadyRunningAssessment.Builder,AgentAlreadyRunningAssessment>, SdkBuilder<AgentAlreadyRunningAssessment.Builder,AgentAlreadyRunningAssessment>, SdkPojo
Enclosing class:
AgentAlreadyRunningAssessment

public static interface AgentAlreadyRunningAssessment.Builder extends SdkPojo, CopyableBuilder<AgentAlreadyRunningAssessment.Builder,AgentAlreadyRunningAssessment>
  • Method Details

    • agentId

      ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.

      Parameters:
      agentId - ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assessmentRunArn

      AgentAlreadyRunningAssessment.Builder assessmentRunArn(String assessmentRunArn)

      The ARN of the assessment run that has already been started.

      Parameters:
      assessmentRunArn - The ARN of the assessment run that has already been started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.