Interface PentestSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PentestSummary.Builder,,PentestSummary> SdkBuilder<PentestSummary.Builder,,PentestSummary> SdkPojo
- Enclosing class:
PentestSummary
@Mutable
@NotThreadSafe
public static interface PentestSummary.Builder
extends SdkPojo, CopyableBuilder<PentestSummary.Builder,PentestSummary>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) ID of the agent space where the pentest existsTimestamp when the pentest was createdUnique identifier for the pentestTitle or name of the pentestTimestamp when the pentest 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
-
pentestId
Unique identifier for the pentest
- Parameters:
pentestId- Unique identifier for the pentest- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSpaceId
ID of the agent space where the pentest exists
- Parameters:
agentSpaceId- ID of the agent space where the pentest exists- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
Title or name of the pentest
- Parameters:
title- Title or name of the pentest- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Timestamp when the pentest was created
- Parameters:
createdAt- Timestamp when the pentest was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the pentest was last updated
- Parameters:
updatedAt- Timestamp when the pentest was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-