Class DatabaseRegistrationPatchTopicsItems.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseRegistrationPatchTopicsItems.Builder
-
- Enclosing class:
- DatabaseRegistrationPatchTopicsItems
public static class DatabaseRegistrationPatchTopicsItems.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseRegistrationPatchTopicsItemsbuild()Builds a DatabaseRegistrationPatchTopicsItems.DatabaseRegistrationPatchTopicsItems.BuildercreatedOn(java.lang.String createdOn)Set the createdOn.DatabaseRegistrationPatchTopicsItems.BuilderfileContents(java.lang.String fileContents)Set the fileContents.DatabaseRegistrationPatchTopicsItems.BuilderfileName(java.lang.String fileName)Set the fileName.DatabaseRegistrationPatchTopicsItems.BuildertopicName(java.lang.String topicName)Set the topicName.
-
-
-
Method Detail
-
build
public DatabaseRegistrationPatchTopicsItems build()
Builds a DatabaseRegistrationPatchTopicsItems.- Returns:
- the new DatabaseRegistrationPatchTopicsItems instance
-
createdOn
public DatabaseRegistrationPatchTopicsItems.Builder createdOn(java.lang.String createdOn)
Set the createdOn.- Parameters:
createdOn- the createdOn- Returns:
- the DatabaseRegistrationPatchTopicsItems builder
-
fileContents
public DatabaseRegistrationPatchTopicsItems.Builder fileContents(java.lang.String fileContents)
Set the fileContents.- Parameters:
fileContents- the fileContents- Returns:
- the DatabaseRegistrationPatchTopicsItems builder
-
fileName
public DatabaseRegistrationPatchTopicsItems.Builder fileName(java.lang.String fileName)
Set the fileName.- Parameters:
fileName- the fileName- Returns:
- the DatabaseRegistrationPatchTopicsItems builder
-
topicName
public DatabaseRegistrationPatchTopicsItems.Builder topicName(java.lang.String topicName)
Set the topicName.- Parameters:
topicName- the topicName- Returns:
- the DatabaseRegistrationPatchTopicsItems builder
-
-