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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedFindingDetail.Builderarn(String arn)The ARN of the related finding.RelatedFindingDetail.BuilderipAddress(String ipAddress)The IP address of the finding.RelatedFindingDetail.Buildertype(String type)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 Detail
-
arn
RelatedFindingDetail.Builder arn(String arn)
The ARN of the related finding.
- Parameters:
arn- The ARN of the related finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
RelatedFindingDetail.Builder type(String 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
RelatedFindingDetail.Builder ipAddress(String 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.
-
-