Package com.oracle.bmc.datasafe.model
Class RandomStringFormatEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.RandomStringFormatEntry.Builder
 
- 
- Enclosing class:
- RandomStringFormatEntry
 
 public static class RandomStringFormatEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RandomStringFormatEntrybuild()RandomStringFormatEntry.Buildercopy(RandomStringFormatEntry model)RandomStringFormatEntry.Builderdescription(String description)RandomStringFormatEntry.BuilderendLength(Integer endLength)The maximum number of characters the generated strings should have.RandomStringFormatEntry.BuilderstartLength(Integer startLength)The minimum number of characters the generated strings should have.
 
- 
- 
- 
Method Detail- 
descriptionpublic RandomStringFormatEntry.Builder description(String description) 
 - 
startLengthpublic RandomStringFormatEntry.Builder startLength(Integer startLength) The minimum number of characters the generated strings 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 RandomStringFormatEntry.Builder endLength(Integer endLength) The maximum number of characters the generated strings 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 RandomStringFormatEntry build() 
 - 
copypublic RandomStringFormatEntry.Builder copy(RandomStringFormatEntry model) 
 
- 
 
-