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