T
- The type of builder that extends this builder for final implementationprotected abstract static class SetupFileDTO.Builder<T extends SetupFileDTO.Builder> extends CommonDTO.Builder<T>
Modifier | Constructor and Description |
---|---|
protected |
Builder(java.lang.String name,
java.lang.String user,
java.lang.String version)
Constructor with required fields.
|
Modifier and Type | Method and Description |
---|---|
T |
withSetupFile(java.lang.String setupFile)
The setup file to use with the resource if desired.
|
withDescription, withTags
withCreated, withId, withUpdated
protected Builder(java.lang.String name, java.lang.String user, java.lang.String version)
name
- The name to use for the resourceuser
- The user to user for the resourceversion
- The version to use for the resourcepublic T withSetupFile(java.lang.String setupFile)
setupFile
- The setup file location