Interface FindingSourceDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FindingSourceDetail.Builder,,- FindingSourceDetail> - SdkBuilder<FindingSourceDetail.Builder,,- FindingSourceDetail> - SdkPojo
- Enclosing class:
- FindingSourceDetail
@Mutable
@NotThreadSafe
public static interface FindingSourceDetail.Builder
extends SdkPojo, CopyableBuilder<FindingSourceDetail.Builder,FindingSourceDetail> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
accessPointArnThe 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.
 
- 
accessPointAccountThe 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.
 
 
-