Interface RedactionPlaceHolder.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedactionPlaceHolder.Builder,RedactionPlaceHolder>,SdkBuilder<RedactionPlaceHolder.Builder,RedactionPlaceHolder>,SdkPojo
- Enclosing class:
- RedactionPlaceHolder
public static interface RedactionPlaceHolder.Builder extends SdkPojo, CopyableBuilder<RedactionPlaceHolder.Builder,RedactionPlaceHolder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedactionPlaceHolder.BuilderredactionPlaceHolderText(String redactionPlaceHolderText)The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.RedactionPlaceHolder.BuilderredactionPlaceHolderType(String redactionPlaceHolderType)The redaction placeholder type that will replace the redacted text in session.RedactionPlaceHolder.BuilderredactionPlaceHolderType(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 Detail
-
redactionPlaceHolderText
RedactionPlaceHolder.Builder redactionPlaceHolderText(String 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
RedactionPlaceHolder.Builder redactionPlaceHolderType(String 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,RedactionPlaceHolderType
-
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:
RedactionPlaceHolderType,RedactionPlaceHolderType
-
-