Interface StartPentestJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartPentestJobResponse.Builder,,StartPentestJobResponse> SdkBuilder<StartPentestJobResponse.Builder,,StartPentestJobResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
StartPentestJobResponse
@Mutable
@NotThreadSafe
public static interface StartPentestJobResponse.Builder
extends SecurityAgentResponse.Builder, SdkPojo, CopyableBuilder<StartPentestJobResponse.Builder,StartPentestJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) ID of the agent space where the pentest existsTimestamp when the pentest job was createdUnique identifier of the pentestpentestJobId(String pentestJobId) Unique identifier of the pentest jobCurrent status of the pentest jobCurrent status of the pentest jobTitle of the pentest jobTimestamp 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
title
Title of the pentest job
- Parameters:
title- Title of the pentest job- 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.
-
pentestId
Unique identifier of the pentest
- Parameters:
pentestId- Unique identifier of the pentest- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-