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 Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the related finding.The IP address of the finding.The type of 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 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
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.
-