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) The unique identifier of the agent space that contains the pentest.The date and time the pentest was created, in UTC format.The unique identifier of the pentest.The title of the pentest.The date and time the pentest 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
-
pentestId
The unique identifier of the pentest.
- Parameters:
pentestId- The unique identifier of the pentest.- 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 pentest.
- Parameters:
agentSpaceId- The unique identifier of the agent space that contains the pentest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the pentest.
- Parameters:
title- The title of the pentest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the pentest was created, in UTC format.
- Parameters:
createdAt- The date and time the pentest 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 pentest was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the pentest was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-