public static class CreateExample.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(java.lang.String text)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
CreateExample |
build()
Builds a CreateExample.
|
CreateExample.Builder |
text(java.lang.String text)
Set the text.
|
public Builder()
public Builder(java.lang.String text)
text
- the textpublic CreateExample build()
public CreateExample.Builder text(java.lang.String text)
text
- the text