Interface RedactionPlaceHolder.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RedactionPlaceHolder.Builder,
,RedactionPlaceHolder> SdkBuilder<RedactionPlaceHolder.Builder,
,RedactionPlaceHolder> SdkPojo
- Enclosing class:
RedactionPlaceHolder
@Mutable
@NotThreadSafe
public static interface RedactionPlaceHolder.Builder
extends SdkPojo, CopyableBuilder<RedactionPlaceHolder.Builder,RedactionPlaceHolder>
-
Method Summary
Modifier and TypeMethodDescriptionredactionPlaceHolderText
(String redactionPlaceHolderText) The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.redactionPlaceHolderType
(String redactionPlaceHolderType) The redaction placeholder type that will replace the redacted text in session.redactionPlaceHolderType
(RedactionPlaceHolderType redactionPlaceHolderType) The redaction placeholder type that will replace the redacted text in session.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, sdkFieldNameToField, sdkFields
-
Method Details
-
redactionPlaceHolderText
The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
- Parameters:
redactionPlaceHolderText
- The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redactionPlaceHolderType
The redaction placeholder type that will replace the redacted text in session.
- Parameters:
redactionPlaceHolderType
- The redaction placeholder type that will replace the redacted text in session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
redactionPlaceHolderType
RedactionPlaceHolder.Builder redactionPlaceHolderType(RedactionPlaceHolderType redactionPlaceHolderType) The redaction placeholder type that will replace the redacted text in session.
- Parameters:
redactionPlaceHolderType
- The redaction placeholder type that will replace the redacted text in session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-