Interface TaskSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TaskSummary.Builder,,TaskSummary> SdkBuilder<TaskSummary.Builder,,TaskSummary> SdkPojo
- Enclosing class:
TaskSummary
@Mutable
@NotThreadSafe
public static interface TaskSummary.Builder
extends SdkPojo, CopyableBuilder<TaskSummary.Builder,TaskSummary>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) Identifier of the agent space this task belongs toTimestamp when the task was createdexecutionStatus(String executionStatus) Current status of the task executionexecutionStatus(TaskExecutionStatus executionStatus) Current status of the task executionIdentifier of the parent pentestpentestJobId(String pentestJobId) Identifier of the pentest job this task belongs toType of security risk this task is designed to testType of security risk this task is designed to testUnique identifier for the taskTitle or name of the taskTimestamp when the task was last updatedMethods 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
-
taskId
Unique identifier for the task
- Parameters:
taskId- Unique identifier for the task- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pentestId
Identifier of the parent pentest
- Parameters:
pentestId- Identifier of the parent pentest- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pentestJobId
Identifier of the pentest job this task belongs to
- Parameters:
pentestJobId- Identifier of the pentest job this task belongs to- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSpaceId
Identifier of the agent space this task belongs to
- Parameters:
agentSpaceId- Identifier of the agent space this task belongs to- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
Title or name of the task
- Parameters:
title- Title or name of the task- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riskType
Type of security risk this task is designed to test
- Parameters:
riskType- Type of security risk this task is designed to test- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskType
Type of security risk this task is designed to test
- Parameters:
riskType- Type of security risk this task is designed to test- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatus
Current status of the task execution
- Parameters:
executionStatus- Current status of the task execution- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatus
Current status of the task execution
- Parameters:
executionStatus- Current status of the task execution- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp when the task was created
- Parameters:
createdAt- Timestamp when the task was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the task was last updated
- Parameters:
updatedAt- Timestamp when the task was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-