Interface BatchDeletePentestsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchDeletePentestsResponse.Builder,,BatchDeletePentestsResponse> SdkBuilder<BatchDeletePentestsResponse.Builder,,BatchDeletePentestsResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
BatchDeletePentestsResponse
@Mutable
@NotThreadSafe
public static interface BatchDeletePentestsResponse.Builder
extends SecurityAgentResponse.Builder, SdkPojo, CopyableBuilder<BatchDeletePentestsResponse.Builder,BatchDeletePentestsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondeleted(Collection<Pentest> deleted) List of successfully deleted pentestsdeleted(Consumer<Pentest.Builder>... deleted) List of successfully deleted pentestsList of successfully deleted pentestsfailed(Collection<DeletePentestFailure> failed) List of pentests that could not be deleted and the reasons for failurefailed(Consumer<DeletePentestFailure.Builder>... failed) List of pentests that could not be deleted and the reasons for failurefailed(DeletePentestFailure... failed) List of pentests that could not be deleted and the reasons for failureMethods 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
-
deleted
List of successfully deleted pentests
- Parameters:
deleted- List of successfully deleted pentests- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleted
List of successfully deleted pentests
- Parameters:
deleted- List of successfully deleted pentests- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleted
List of successfully deleted pentests
This is a convenience method that creates an instance of thePentest.Builderavoiding the need to create one manually viaPentest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeleted(List<Pentest>).- Parameters:
deleted- a consumer that will call methods onPentest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failed
List of pentests that could not be deleted and the reasons for failure
- Parameters:
failed- List of pentests that could not be deleted and the reasons for failure- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
List of pentests that could not be deleted and the reasons for failure
- Parameters:
failed- List of pentests that could not be deleted and the reasons for failure- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
List of pentests that could not be deleted and the reasons for failure
This is a convenience method that creates an instance of theDeletePentestFailure.Builderavoiding the need to create one manually viaDeletePentestFailure.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailed(List<DeletePentestFailure>).- Parameters:
failed- a consumer that will call methods onDeletePentestFailure.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-