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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestCustomDataIdentifierResponse.BuildermatchCount(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
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
matchCount
TestCustomDataIdentifierResponse.Builder matchCount(Integer 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.
-
-