Interface ThreatAnchorShape.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ThreatAnchorShape.Builder,,ThreatAnchorShape> SdkBuilder<ThreatAnchorShape.Builder,,ThreatAnchorShape> SdkPojo
- Enclosing class:
ThreatAnchorShape
@Mutable
@NotThreadSafe
public static interface ThreatAnchorShape.Builder
extends SdkPojo, CopyableBuilder<ThreatAnchorShape.Builder,ThreatAnchorShape>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the DFD element.The kind of DFD element.The package identifier containing the DFD element.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
-
kind
The kind of DFD element.
- Parameters:
kind- The kind of DFD element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the DFD element.
- Parameters:
id- The identifier of the DFD element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packageId
The package identifier containing the DFD element.
- Parameters:
packageId- The package identifier containing the DFD element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-