Interface RelatedFinding.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RelatedFinding.Builder,RelatedFinding>,SdkBuilder<RelatedFinding.Builder,RelatedFinding>,SdkPojo
- Enclosing class:
- RelatedFinding
public static interface RelatedFinding.Builder extends SdkPojo, CopyableBuilder<RelatedFinding.Builder,RelatedFinding>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedFinding.Builderid(String id)The product-generated identifier for a related finding.RelatedFinding.BuilderproductArn(String productArn)The ARN of the product that generated a related 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
-
productArn
RelatedFinding.Builder productArn(String productArn)
The ARN of the product that generated a related finding.
- Parameters:
productArn- The ARN of the product that generated a related finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
RelatedFinding.Builder id(String id)
The product-generated identifier for a related finding.
- Parameters:
id- The product-generated identifier for a related finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-