Interface ThreatEvidenceShape.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ThreatEvidenceShape.Builder,,ThreatEvidenceShape> SdkBuilder<ThreatEvidenceShape.Builder,,ThreatEvidenceShape> SdkPojo
- Enclosing class:
ThreatEvidenceShape
@Mutable
@NotThreadSafe
public static interface ThreatEvidenceShape.Builder
extends SdkPojo, CopyableBuilder<ThreatEvidenceShape.Builder,ThreatEvidenceShape>
-
Method Summary
Modifier and TypeMethodDescriptionThe package identifier containing the evidence file.The file path of the evidence.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
packageId
The package identifier containing the evidence file.
- Parameters:
packageId- The package identifier containing the evidence file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The file path of the evidence.
- Parameters:
path- The file path of the evidence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-