Package com.oracle.bmc.ospgateway.model
Class Format.Builder
- java.lang.Object
-
- com.oracle.bmc.ospgateway.model.Format.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Format
build()
Format.Builder
copy(Format model)
Format.Builder
example(String example)
Example of the desired format that matches the regexFormat.Builder
value(String value)
Regex format specification
-
-
-
Method Detail
-
value
public Format.Builder value(String value)
Regex format specification- Parameters:
value
- the value to set- Returns:
- this builder
-
example
public Format.Builder example(String example)
Example of the desired format that matches the regex- Parameters:
example
- the value to set- Returns:
- this builder
-
build
public Format build()
-
copy
public Format.Builder copy(Format model)
-
-