Package com.oracle.bmc.datasafe.model
Class SubstringFormatEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.SubstringFormatEntry.Builder
 
- 
- Enclosing class:
- SubstringFormatEntry
 
 public static class SubstringFormatEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SubstringFormatEntrybuild()SubstringFormatEntry.Buildercopy(SubstringFormatEntry model)SubstringFormatEntry.Builderdescription(String description)SubstringFormatEntry.Builderlength(Integer length)The number of characters that should be there in the substring.SubstringFormatEntry.BuilderstartPosition(Integer startPosition)The starting position in the original string from where the substring should be extracted.
 
- 
- 
- 
Method Detail- 
descriptionpublic SubstringFormatEntry.Builder description(String description) 
 - 
startPositionpublic SubstringFormatEntry.Builder startPosition(Integer startPosition) The starting position in the original string from where the substring should be extracted.It can be either a positive or a negative integer. If It’s negative, the counting starts from the end of the string. - Parameters:
- startPosition- the value to set
- Returns:
- this builder
 
 - 
lengthpublic SubstringFormatEntry.Builder length(Integer length) The number of characters that should be there in the substring.It should be an integer and greater than zero. - Parameters:
- length- the value to set
- Returns:
- this builder
 
 - 
buildpublic SubstringFormatEntry build() 
 - 
copypublic SubstringFormatEntry.Builder copy(SubstringFormatEntry model) 
 
- 
 
-