public static interface ContentRedaction.Builder extends SdkPojo, CopyableBuilder<ContentRedaction.Builder,ContentRedaction>
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction.Builder |
piiEntityTypes(Collection<PiiEntityType> piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction.Builder |
piiEntityTypes(PiiEntityType... piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction.Builder |
piiEntityTypesWithStrings(Collection<String> piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction.Builder |
piiEntityTypesWithStrings(String... piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction.Builder |
redactionOutput(RedactionOutput redactionOutput)
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
|
ContentRedaction.Builder |
redactionOutput(String redactionOutput)
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
|
ContentRedaction.Builder |
redactionType(RedactionType redactionType)
Specify the category of information you want to redact;
PII (personally identifiable
information) is the only valid value. |
ContentRedaction.Builder |
redactionType(String redactionType)
Specify the category of information you want to redact;
PII (personally identifiable
information) is the only valid value. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContentRedaction.Builder redactionType(String redactionType)
Specify the category of information you want to redact; PII (personally identifiable
information) is the only valid value. You can use PiiEntityTypes to choose which types of PII
you want to redact.
redactionType - Specify the category of information you want to redact; PII (personally identifiable
information) is the only valid value. You can use PiiEntityTypes to choose which types of
PII you want to redact.RedactionType,
RedactionTypeContentRedaction.Builder redactionType(RedactionType redactionType)
Specify the category of information you want to redact; PII (personally identifiable
information) is the only valid value. You can use PiiEntityTypes to choose which types of PII
you want to redact.
redactionType - Specify the category of information you want to redact; PII (personally identifiable
information) is the only valid value. You can use PiiEntityTypes to choose which types of
PII you want to redact.RedactionType,
RedactionTypeContentRedaction.Builder redactionOutput(String redactionOutput)
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted Amazon Transcribe creates a redacted and an unredacted
transcript (as two separate files).
redactionOutput - Specify if you want only a redacted transcript, or if you want a redacted and an unredacted
transcript.
When you choose redacted Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted Amazon Transcribe creates a redacted and an
unredacted transcript (as two separate files).
RedactionOutput,
RedactionOutputContentRedaction.Builder redactionOutput(RedactionOutput redactionOutput)
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
When you choose redacted Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted Amazon Transcribe creates a redacted and an unredacted
transcript (as two separate files).
redactionOutput - Specify if you want only a redacted transcript, or if you want a redacted and an unredacted
transcript.
When you choose redacted Amazon Transcribe creates only a redacted transcript.
When you choose redacted_and_unredacted Amazon Transcribe creates a redacted and an
unredacted transcript (as two separate files).
RedactionOutput,
RedactionOutputContentRedaction.Builder piiEntityTypesWithStrings(Collection<String> piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You
can include as many types as you'd like, or you can select ALL.
piiEntityTypes - Specify which types of personally identifiable information (PII) you want to redact in your
transcript. You can include as many types as you'd like, or you can select ALL.ContentRedaction.Builder piiEntityTypesWithStrings(String... piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You
can include as many types as you'd like, or you can select ALL.
piiEntityTypes - Specify which types of personally identifiable information (PII) you want to redact in your
transcript. You can include as many types as you'd like, or you can select ALL.ContentRedaction.Builder piiEntityTypes(Collection<PiiEntityType> piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You
can include as many types as you'd like, or you can select ALL.
piiEntityTypes - Specify which types of personally identifiable information (PII) you want to redact in your
transcript. You can include as many types as you'd like, or you can select ALL.ContentRedaction.Builder piiEntityTypes(PiiEntityType... piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript. You
can include as many types as you'd like, or you can select ALL.
piiEntityTypes - Specify which types of personally identifiable information (PII) you want to redact in your
transcript. You can include as many types as you'd like, or you can select ALL.Copyright © 2023. All rights reserved.