Interface AssessmentTarget.Builder

    • Method Detail

      • arn

        AssessmentTarget.Builder arn​(String 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

        AssessmentTarget.Builder name​(String 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.