Interface AssessmentTarget.Builder

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

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

    • arn

      The ARN that specifies the Amazon Inspector assessment target.

      Parameters:
      arn - The ARN that specifies the Amazon Inspector assessment target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the Amazon Inspector assessment target.

      Parameters:
      name - The name of the Amazon Inspector assessment target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceGroupArn

      AssessmentTarget.Builder resourceGroupArn(String resourceGroupArn)

      The ARN that specifies the resource group that is associated with the assessment target.

      Parameters:
      resourceGroupArn - The ARN that specifies the resource group that is associated with the assessment target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      AssessmentTarget.Builder createdAt(Instant createdAt)

      The time at which the assessment target is created.

      Parameters:
      createdAt - The time at which the assessment target is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      AssessmentTarget.Builder updatedAt(Instant updatedAt)

      The time at which UpdateAssessmentTarget is called.

      Parameters:
      updatedAt - The time at which UpdateAssessmentTarget is called.
      Returns:
      Returns a reference to this object so that method calls can be chained together.