Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static RegularExpressionFormatEntry.Builder |
RegularExpressionFormatEntry.builder()
Create a new builder.
|
RegularExpressionFormatEntry.Builder |
RegularExpressionFormatEntry.Builder.copy(RegularExpressionFormatEntry model) |
RegularExpressionFormatEntry.Builder |
RegularExpressionFormatEntry.Builder.description(String description) |
RegularExpressionFormatEntry.Builder |
RegularExpressionFormatEntry.Builder.regularExpression(String regularExpression)
The pattern that should be used to search for data.
|
RegularExpressionFormatEntry.Builder |
RegularExpressionFormatEntry.Builder.replaceWith(String replaceWith)
The value that should be used to replace the data matching the regular expression.
|
RegularExpressionFormatEntry.Builder |
RegularExpressionFormatEntry.toBuilder() |
Copyright © 2016–2024. All rights reserved.