Uses of Class
com.oracle.bmc.datasafe.model.RandomStringFormatEntry.Builder
-
Packages that use RandomStringFormatEntry.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of RandomStringFormatEntry.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return RandomStringFormatEntry.Builder Modifier and Type Method Description static RandomStringFormatEntry.Builder
RandomStringFormatEntry. builder()
Create a new builder.RandomStringFormatEntry.Builder
RandomStringFormatEntry.Builder. copy(RandomStringFormatEntry model)
RandomStringFormatEntry.Builder
RandomStringFormatEntry.Builder. description(String description)
RandomStringFormatEntry.Builder
RandomStringFormatEntry.Builder. endLength(Integer endLength)
The maximum number of characters the generated strings should have.RandomStringFormatEntry.Builder
RandomStringFormatEntry.Builder. startLength(Integer startLength)
The minimum number of characters the generated strings should have.RandomStringFormatEntry.Builder
RandomStringFormatEntry. toBuilder()
-