Interface RedactionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RedactionConfiguration.Builder,,RedactionConfiguration> SdkBuilder<RedactionConfiguration.Builder,,RedactionConfiguration> SdkPojo
- Enclosing class:
RedactionConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionControls whether redaction is applied to the analytics output.Controls whether redaction is applied to the analytics output.The list of PII entity types to redact from the transcript (for example,NAME,ADDRESS,CREDIT_DEBIT_NUMBER).entities(Collection<String> entities) The list of PII entity types to redact from the transcript (for example,NAME,ADDRESS,CREDIT_DEBIT_NUMBER).The masking mode that determines how redacted content is replaced in the output.The masking mode that determines how redacted content is replaced in the output.The redaction output policy that determines which versions of the transcript are stored.The redaction output policy that determines which versions of the transcript are stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
behavior
Controls whether redaction is applied to the analytics output. Valid values:
Enable|Disable.- Parameters:
behavior- Controls whether redaction is applied to the analytics output. Valid values:Enable|Disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
behavior
Controls whether redaction is applied to the analytics output. Valid values:
Enable|Disable.- Parameters:
behavior- Controls whether redaction is applied to the analytics output. Valid values:Enable|Disable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policy
The redaction output policy that determines which versions of the transcript are stored. Valid values:
None|RedactedOnly|RedactedAndOriginal.- Parameters:
policy- The redaction output policy that determines which versions of the transcript are stored. Valid values:None|RedactedOnly|RedactedAndOriginal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policy
The redaction output policy that determines which versions of the transcript are stored. Valid values:
None|RedactedOnly|RedactedAndOriginal.- Parameters:
policy- The redaction output policy that determines which versions of the transcript are stored. Valid values:None|RedactedOnly|RedactedAndOriginal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entities
The list of PII entity types to redact from the transcript (for example,
NAME,ADDRESS,CREDIT_DEBIT_NUMBER).- Parameters:
entities- The list of PII entity types to redact from the transcript (for example,NAME,ADDRESS,CREDIT_DEBIT_NUMBER).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entities
The list of PII entity types to redact from the transcript (for example,
NAME,ADDRESS,CREDIT_DEBIT_NUMBER).- Parameters:
entities- The list of PII entity types to redact from the transcript (for example,NAME,ADDRESS,CREDIT_DEBIT_NUMBER).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maskMode
The masking mode that determines how redacted content is replaced in the output. Valid values:
PII(replaces with the literal string [PII]) |EntityType(replaces with the entity type name, for example [NAME]).- Parameters:
maskMode- The masking mode that determines how redacted content is replaced in the output. Valid values:PII(replaces with the literal string [PII]) |EntityType(replaces with the entity type name, for example [NAME]).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maskMode
The masking mode that determines how redacted content is replaced in the output. Valid values:
PII(replaces with the literal string [PII]) |EntityType(replaces with the entity type name, for example [NAME]).- Parameters:
maskMode- The masking mode that determines how redacted content is replaced in the output. Valid values:PII(replaces with the literal string [PII]) |EntityType(replaces with the entity type name, for example [NAME]).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-