Interface ThreatModelSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ThreatModelSummary.Builder,,ThreatModelSummary> SdkBuilder<ThreatModelSummary.Builder,,ThreatModelSummary> SdkPojo
- Enclosing class:
ThreatModelSummary
@Mutable
@NotThreadSafe
public static interface ThreatModelSummary.Builder
extends SdkPojo, CopyableBuilder<ThreatModelSummary.Builder,ThreatModelSummary>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier of the agent space that contains the threat model.The date and time the threat model was created, in UTC format.threatModelId(String threatModelId) The unique identifier of the threat model.The title of the threat model.The date and time the threat model was last updated, in UTC format.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
-
threatModelId
The unique identifier of the threat model.
- Parameters:
threatModelId- The unique identifier of the threat model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSpaceId
The unique identifier of the agent space that contains the threat model.
- Parameters:
agentSpaceId- The unique identifier of the agent space that contains the threat model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the threat model.
- Parameters:
title- The title of the threat model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the threat model was created, in UTC format.
- Parameters:
createdAt- The date and time the threat model was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the threat model was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the threat model was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-