Uses of Interface
software.amazon.awssdk.services.transcribe.model.ContentRedaction.Builder
-
Packages that use ContentRedaction.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of ContentRedaction.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return ContentRedaction.Builder Modifier and Type Method Description static ContentRedaction.BuilderContentRedaction. builder()ContentRedaction.BuilderContentRedaction.Builder. piiEntityTypes(Collection<PiiEntityType> piiEntityTypes)Specify which types of personally identifiable information (PII) you want to redact in your transcript.ContentRedaction.BuilderContentRedaction.Builder. piiEntityTypes(PiiEntityType... piiEntityTypes)Specify which types of personally identifiable information (PII) you want to redact in your transcript.ContentRedaction.BuilderContentRedaction.Builder. piiEntityTypesWithStrings(String... piiEntityTypes)Specify which types of personally identifiable information (PII) you want to redact in your transcript.ContentRedaction.BuilderContentRedaction.Builder. piiEntityTypesWithStrings(Collection<String> piiEntityTypes)Specify which types of personally identifiable information (PII) you want to redact in your transcript.ContentRedaction.BuilderContentRedaction.Builder. redactionOutput(String redactionOutput)Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.ContentRedaction.BuilderContentRedaction.Builder. redactionOutput(RedactionOutput redactionOutput)Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.ContentRedaction.BuilderContentRedaction.Builder. redactionType(String redactionType)Specify the category of information you want to redact;PII(personally identifiable information) is the only valid value.ContentRedaction.BuilderContentRedaction.Builder. redactionType(RedactionType redactionType)Specify the category of information you want to redact;PII(personally identifiable information) is the only valid value.ContentRedaction.BuilderContentRedaction. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type ContentRedaction.Builder Modifier and Type Method Description static Class<? extends ContentRedaction.Builder>ContentRedaction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type ContentRedaction.Builder Modifier and Type Method Description default CallAnalyticsJobSettings.BuilderCallAnalyticsJobSettings.Builder. contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)Sets the value of the ContentRedaction property for this object.default StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)Makes it possible to redact or flag specified personally identifiable information (PII) in your transcript.default TranscriptionJob.BuilderTranscriptionJob.Builder. contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)Indicates whether redaction was enabled in your transcript.default TranscriptionJobSummary.BuilderTranscriptionJobSummary.Builder. contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)The content redaction settings of the transcription job.
-