Interface BatchAssociateCodeSecurityScanConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<BatchAssociateCodeSecurityScanConfigurationResponse.Builder,,- BatchAssociateCodeSecurityScanConfigurationResponse> - Inspector2Response.Builder,- SdkBuilder<BatchAssociateCodeSecurityScanConfigurationResponse.Builder,,- BatchAssociateCodeSecurityScanConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- BatchAssociateCodeSecurityScanConfigurationResponse
- 
Method SummaryModifier and TypeMethodDescriptionfailedAssociations(Collection<FailedAssociationResult> failedAssociations) Details of any code repositories that failed to be associated with the scan configuration.failedAssociations(Consumer<FailedAssociationResult.Builder>... failedAssociations) Details of any code repositories that failed to be associated with the scan configuration.failedAssociations(FailedAssociationResult... failedAssociations) Details of any code repositories that failed to be associated with the scan configuration.successfulAssociations(Collection<SuccessfulAssociationResult> successfulAssociations) Details of code repositories that were successfully associated with the scan configuration.successfulAssociations(Consumer<SuccessfulAssociationResult.Builder>... successfulAssociations) Details of code repositories that were successfully associated with the scan configuration.successfulAssociations(SuccessfulAssociationResult... successfulAssociations) Details of code repositories that were successfully associated with the scan configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
failedAssociationsBatchAssociateCodeSecurityScanConfigurationResponse.Builder failedAssociations(Collection<FailedAssociationResult> failedAssociations) Details of any code repositories that failed to be associated with the scan configuration. - Parameters:
- failedAssociations- Details of any code repositories that failed to be associated with the scan configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failedAssociationsBatchAssociateCodeSecurityScanConfigurationResponse.Builder failedAssociations(FailedAssociationResult... failedAssociations) Details of any code repositories that failed to be associated with the scan configuration. - Parameters:
- failedAssociations- Details of any code repositories that failed to be associated with the scan configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failedAssociationsBatchAssociateCodeSecurityScanConfigurationResponse.Builder failedAssociations(Consumer<FailedAssociationResult.Builder>... failedAssociations) Details of any code repositories that failed to be associated with 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 on- FailedAssociationResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
successfulAssociationsBatchAssociateCodeSecurityScanConfigurationResponse.Builder successfulAssociations(Collection<SuccessfulAssociationResult> successfulAssociations) Details of code repositories that were successfully associated with the scan configuration. - Parameters:
- successfulAssociations- Details of code repositories that were successfully associated with the scan configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
successfulAssociationsBatchAssociateCodeSecurityScanConfigurationResponse.Builder successfulAssociations(SuccessfulAssociationResult... successfulAssociations) Details of code repositories that were successfully associated with the scan configuration. - Parameters:
- successfulAssociations- Details of code repositories that were successfully associated with the scan configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
successfulAssociationsBatchAssociateCodeSecurityScanConfigurationResponse.Builder successfulAssociations(Consumer<SuccessfulAssociationResult.Builder>... successfulAssociations) Details of code repositories that were successfully associated with 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 on- SuccessfulAssociationResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-