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 Summary
Modifier and TypeMethodDescriptionaccessPointAccount(String accessPointAccount) The account of the cross-account access point that generated the finding.accessPointArn(String accessPointArn) The ARN of the access point that generated the finding.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -