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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingSourceDetail.BuilderaccessPointAccount(String accessPointAccount)The account of the cross-account access point that generated the finding.FindingSourceDetail.BuilderaccessPointArn(String accessPointArn)The ARN of the access point that generated the finding.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-