@Stability(value=Stable) public static final class CfnCustomDataIdentifierProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomDataIdentifierProps>
CfnCustomDataIdentifierProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCustomDataIdentifierProps |
build()
Builds the configured instance.
|
CfnCustomDataIdentifierProps.Builder |
description(String description)
Sets the value of
CfnCustomDataIdentifierProps.getDescription() |
CfnCustomDataIdentifierProps.Builder |
ignoreWords(List<String> ignoreWords)
Sets the value of
CfnCustomDataIdentifierProps.getIgnoreWords() |
CfnCustomDataIdentifierProps.Builder |
keywords(List<String> keywords)
Sets the value of
CfnCustomDataIdentifierProps.getKeywords() |
CfnCustomDataIdentifierProps.Builder |
maximumMatchDistance(Number maximumMatchDistance)
Sets the value of
CfnCustomDataIdentifierProps.getMaximumMatchDistance() |
CfnCustomDataIdentifierProps.Builder |
name(String name)
Sets the value of
CfnCustomDataIdentifierProps.getName() |
CfnCustomDataIdentifierProps.Builder |
regex(String regex)
Sets the value of
CfnCustomDataIdentifierProps.getRegex() |
@Stability(value=Stable) public CfnCustomDataIdentifierProps.Builder name(String name)
CfnCustomDataIdentifierProps.getName()name - `AWS::Macie::CustomDataIdentifier.Name`. This parameter is required.this@Stability(value=Stable) public CfnCustomDataIdentifierProps.Builder regex(String regex)
CfnCustomDataIdentifierProps.getRegex()regex - `AWS::Macie::CustomDataIdentifier.Regex`. This parameter is required.this@Stability(value=Stable) public CfnCustomDataIdentifierProps.Builder description(String description)
CfnCustomDataIdentifierProps.getDescription()description - `AWS::Macie::CustomDataIdentifier.Description`.this@Stability(value=Stable) public CfnCustomDataIdentifierProps.Builder ignoreWords(List<String> ignoreWords)
CfnCustomDataIdentifierProps.getIgnoreWords()ignoreWords - `AWS::Macie::CustomDataIdentifier.IgnoreWords`.this@Stability(value=Stable) public CfnCustomDataIdentifierProps.Builder keywords(List<String> keywords)
CfnCustomDataIdentifierProps.getKeywords()keywords - `AWS::Macie::CustomDataIdentifier.Keywords`.this@Stability(value=Stable) public CfnCustomDataIdentifierProps.Builder maximumMatchDistance(Number maximumMatchDistance)
CfnCustomDataIdentifierProps.getMaximumMatchDistance()maximumMatchDistance - `AWS::Macie::CustomDataIdentifier.MaximumMatchDistance`.this@Stability(value=Stable) public CfnCustomDataIdentifierProps build()
build in interface software.amazon.jsii.Builder<CfnCustomDataIdentifierProps>CfnCustomDataIdentifierPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.