Interface PentestJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PentestJobSummary.Builder,,PentestJobSummary> SdkBuilder<PentestJobSummary.Builder,,PentestJobSummary> SdkPojo
- Enclosing class:
PentestJobSummary
@Mutable
@NotThreadSafe
public static interface PentestJobSummary.Builder
extends SdkPojo, CopyableBuilder<PentestJobSummary.Builder,PentestJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp when the pentest job was createdIdentifier of the parent pentestpentestJobId(String pentestJobId) Unique identifier of the pentest jobCurrent status of the pentest jobCurrent status of the pentest jobTitle or name of the pentestTimestamp when the pentest job 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
-
pentestJobId
Unique identifier of the pentest job
- Parameters:
pentestJobId- Unique identifier of the pentest job- 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.
-
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.
-
status
Current status of the pentest job
- Parameters:
status- Current status of the pentest job- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the pentest job
- Parameters:
status- Current status of the pentest job- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp when the pentest job was created
- Parameters:
createdAt- Timestamp when the pentest job was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the pentest job was last updated
- Parameters:
updatedAt- Timestamp when the pentest job was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-