Package com.oracle.bmc.datasafe.model
Class RandomDigitsFormatEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.RandomDigitsFormatEntry.Builder
 
- 
- Enclosing class:
- RandomDigitsFormatEntry
 
 public static class RandomDigitsFormatEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RandomDigitsFormatEntrybuild()RandomDigitsFormatEntry.Buildercopy(RandomDigitsFormatEntry model)RandomDigitsFormatEntry.Builderdescription(String description)RandomDigitsFormatEntry.BuilderendLength(Integer endLength)The maximum number of digits the generated values should have.RandomDigitsFormatEntry.BuilderstartLength(Integer startLength)The minimum number of digits the generated values should have.
 
- 
- 
- 
Method Detail- 
descriptionpublic RandomDigitsFormatEntry.Builder description(String description) 
 - 
startLengthpublic RandomDigitsFormatEntry.Builder startLength(Integer startLength) The minimum number of digits the generated values should have.It can be any integer greater than zero, but it must be less than or equal to the end length. - Parameters:
- startLength- the value to set
- Returns:
- this builder
 
 - 
endLengthpublic RandomDigitsFormatEntry.Builder endLength(Integer endLength) The maximum number of digits the generated values should have.It can be any integer greater than zero, but it must be greater than or equal to the start length. - Parameters:
- endLength- the value to set
- Returns:
- this builder
 
 - 
buildpublic RandomDigitsFormatEntry build() 
 - 
copypublic RandomDigitsFormatEntry.Builder copy(RandomDigitsFormatEntry model) 
 
- 
 
-