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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
redactionPlaceHolderTypeThe 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:
 
- 
redactionPlaceHolderTypeRedactionPlaceHolder.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:
 
- 
redactionPlaceHolderTextThe 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.
 
 
-