Interface FindingSourceDetail.Builder

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

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

    • accessPointArn

      FindingSourceDetail.Builder accessPointArn(String accessPointArn)

      The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.

      Parameters:
      accessPointArn - The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessPointAccount

      FindingSourceDetail.Builder accessPointAccount(String accessPointAccount)

      The account of the cross-account access point that generated the finding.

      Parameters:
      accessPointAccount - The account of the cross-account access point that generated the finding.
      Returns:
      Returns a reference to this object so that method calls can be chained together.