Interface RelatedFindingDetail.Builder

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

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

    • arn

      The Amazon Resource Name (ARN) of the related finding.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the related finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of finding.

      Parameters:
      type - The type of finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddress

      RelatedFindingDetail.Builder ipAddress(String ipAddress)

      The IP address of the finding.

      Parameters:
      ipAddress - The IP address of the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.