Interface BatchDisassociateCodeSecurityScanConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchDisassociateCodeSecurityScanConfigurationResponse.Builder,,BatchDisassociateCodeSecurityScanConfigurationResponse> Inspector2Response.Builder,SdkBuilder<BatchDisassociateCodeSecurityScanConfigurationResponse.Builder,,BatchDisassociateCodeSecurityScanConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchDisassociateCodeSecurityScanConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionfailedAssociations(Collection<FailedAssociationResult> failedAssociations) Details of any code repositories that failed to be disassociated from the scan configuration.failedAssociations(Consumer<FailedAssociationResult.Builder>... failedAssociations) Details of any code repositories that failed to be disassociated from the scan configuration.failedAssociations(FailedAssociationResult... failedAssociations) Details of any code repositories that failed to be disassociated from the scan configuration.successfulAssociations(Collection<SuccessfulAssociationResult> successfulAssociations) Details of code repositories that were successfully disassociated from the scan configuration.successfulAssociations(Consumer<SuccessfulAssociationResult.Builder>... successfulAssociations) Details of code repositories that were successfully disassociated from the scan configuration.successfulAssociations(SuccessfulAssociationResult... successfulAssociations) Details of code repositories that were successfully disassociated from the scan configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
failedAssociations
BatchDisassociateCodeSecurityScanConfigurationResponse.Builder failedAssociations(Collection<FailedAssociationResult> failedAssociations) Details of any code repositories that failed to be disassociated from the scan configuration.
- Parameters:
failedAssociations- Details of any code repositories that failed to be disassociated from the scan configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedAssociations
BatchDisassociateCodeSecurityScanConfigurationResponse.Builder failedAssociations(FailedAssociationResult... failedAssociations) Details of any code repositories that failed to be disassociated from the scan configuration.
- Parameters:
failedAssociations- Details of any code repositories that failed to be disassociated from the scan configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedAssociations
BatchDisassociateCodeSecurityScanConfigurationResponse.Builder failedAssociations(Consumer<FailedAssociationResult.Builder>... failedAssociations) Details of any code repositories that failed to be disassociated from the scan configuration.
This is a convenience method that creates an instance of theFailedAssociationResult.Builderavoiding the need to create one manually viaFailedAssociationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailedAssociations(List<FailedAssociationResult>).- Parameters:
failedAssociations- a consumer that will call methods onFailedAssociationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
successfulAssociations
BatchDisassociateCodeSecurityScanConfigurationResponse.Builder successfulAssociations(Collection<SuccessfulAssociationResult> successfulAssociations) Details of code repositories that were successfully disassociated from the scan configuration.
- Parameters:
successfulAssociations- Details of code repositories that were successfully disassociated from the scan configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulAssociations
BatchDisassociateCodeSecurityScanConfigurationResponse.Builder successfulAssociations(SuccessfulAssociationResult... successfulAssociations) Details of code repositories that were successfully disassociated from the scan configuration.
- Parameters:
successfulAssociations- Details of code repositories that were successfully disassociated from the scan configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulAssociations
BatchDisassociateCodeSecurityScanConfigurationResponse.Builder successfulAssociations(Consumer<SuccessfulAssociationResult.Builder>... successfulAssociations) Details of code repositories that were successfully disassociated from the scan configuration.
This is a convenience method that creates an instance of theSuccessfulAssociationResult.Builderavoiding the need to create one manually viaSuccessfulAssociationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosuccessfulAssociations(List<SuccessfulAssociationResult>).- Parameters:
successfulAssociations- a consumer that will call methods onSuccessfulAssociationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-