Interface TestCustomDataIdentifierResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<TestCustomDataIdentifierResponse.Builder,,TestCustomDataIdentifierResponse> Macie2Response.Builder,SdkBuilder<TestCustomDataIdentifierResponse.Builder,,TestCustomDataIdentifierResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 TestCustomDataIdentifierResponse
public static interface TestCustomDataIdentifierResponse.Builder
extends Macie2Response.Builder, SdkPojo, CopyableBuilder<TestCustomDataIdentifierResponse.Builder,TestCustomDataIdentifierResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionmatchCount(Integer matchCount) The number of occurrences of sample text that matched the criteria specified by the custom data identifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.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
- 
matchCount
The number of occurrences of sample text that matched the criteria specified by the custom data identifier.
- Parameters:
 matchCount- The number of occurrences of sample text that matched the criteria specified by the custom data identifier.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -