Interface ContentRedaction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContentRedaction.Builder,ContentRedaction>,SdkBuilder<ContentRedaction.Builder,ContentRedaction>,SdkPojo
- Enclosing class:
- ContentRedaction
public static interface ContentRedaction.Builder extends SdkPojo, CopyableBuilder<ContentRedaction.Builder,ContentRedaction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentRedaction.BuilderpiiEntityTypes(Collection<PiiEntityType> piiEntityTypes)Specify which types of personally identifiable information (PII) you want to redact in your transcript.ContentRedaction.BuilderpiiEntityTypes(PiiEntityType... piiEntityTypes)Specify which types of personally identifiable information (PII) you want to redact in your transcript.ContentRedaction.BuilderpiiEntityTypesWithStrings(String... piiEntityTypes)Specify which types of personally identifiable information (PII) you want to redact in your transcript.ContentRedaction.BuilderpiiEntityTypesWithStrings(Collection<String> piiEntityTypes)Specify which types of personally identifiable information (PII) you want to redact in your transcript.ContentRedaction.BuilderredactionOutput(String redactionOutput)Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.ContentRedaction.BuilderredactionOutput(RedactionOutput redactionOutput)Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.ContentRedaction.BuilderredactionType(String redactionType)Specify the category of information you want to redact;PII(personally identifiable information) is the only valid value.ContentRedaction.BuilderredactionType(RedactionType redactionType)Specify the category of information you want to redact;PII(personally identifiable information) is the only valid value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
redactionType
ContentRedaction.Builder redactionType(String redactionType)
Specify the category of information you want to redact;
PII(personally identifiable information) is the only valid value. You can usePiiEntityTypesto choose which types of PII you want to redact. If you do not includePiiEntityTypesin your request, all PII is redacted.- Parameters:
redactionType- Specify the category of information you want to redact;PII(personally identifiable information) is the only valid value. You can usePiiEntityTypesto choose which types of PII you want to redact. If you do not includePiiEntityTypesin your request, all PII is redacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RedactionType,RedactionType
-
redactionType
ContentRedaction.Builder redactionType(RedactionType redactionType)
Specify the category of information you want to redact;
PII(personally identifiable information) is the only valid value. You can usePiiEntityTypesto choose which types of PII you want to redact. If you do not includePiiEntityTypesin your request, all PII is redacted.- Parameters:
redactionType- Specify the category of information you want to redact;PII(personally identifiable information) is the only valid value. You can usePiiEntityTypesto choose which types of PII you want to redact. If you do not includePiiEntityTypesin your request, all PII is redacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RedactionType,RedactionType
-
redactionOutput
ContentRedaction.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
redactedAmazon Transcribe creates only a redacted transcript.When you choose
redacted_and_unredactedAmazon Transcribe creates a redacted and an unredacted transcript (as two separate files).- Parameters:
redactionOutput- Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.When you choose
redactedAmazon Transcribe creates only a redacted transcript.When you choose
redacted_and_unredactedAmazon Transcribe creates a redacted and an unredacted transcript (as two separate files).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RedactionOutput,RedactionOutput
-
redactionOutput
ContentRedaction.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
redactedAmazon Transcribe creates only a redacted transcript.When you choose
redacted_and_unredactedAmazon Transcribe creates a redacted and an unredacted transcript (as two separate files).- Parameters:
redactionOutput- Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.When you choose
redactedAmazon Transcribe creates only a redacted transcript.When you choose
redacted_and_unredactedAmazon Transcribe creates a redacted and an unredacted transcript (as two separate files).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RedactionOutput,RedactionOutput
-
piiEntityTypesWithStrings
ContentRedaction.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. If you do not includePiiEntityTypesin your request, all PII is redacted.- Parameters:
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 selectALL. If you do not includePiiEntityTypesin your request, all PII is redacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntityTypesWithStrings
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. If you do not includePiiEntityTypesin your request, all PII is redacted.- Parameters:
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 selectALL. If you do not includePiiEntityTypesin your request, all PII is redacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntityTypes
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. If you do not includePiiEntityTypesin your request, all PII is redacted.- Parameters:
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 selectALL. If you do not includePiiEntityTypesin your request, all PII is redacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntityTypes
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. If you do not includePiiEntityTypesin your request, all PII is redacted.- Parameters:
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 selectALL. If you do not includePiiEntityTypesin your request, all PII is redacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-