Package com.oracle.bmc.cims.model
Class ContextualData.Builder
- java.lang.Object
- 
- com.oracle.bmc.cims.model.ContextualData.Builder
 
- 
- Enclosing class:
- ContextualData
 
 public static class ContextualData.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextualDatabuild()ContextualData.BuilderclientId(String clientId)The unique identifier for the client.ContextualData.Buildercopy(ContextualData model)ContextualData.Builderpayload(String payload)The payload for the contextual data.ContextualData.BuilderschemaName(String schemaName)The name assigned to the schema.ContextualData.BuilderschemaVersion(String schemaVersion)The version of the schema.
 
- 
- 
- 
Method Detail- 
clientIdpublic ContextualData.Builder clientId(String clientId) The unique identifier for the client.- Parameters:
- clientId- the value to set
- Returns:
- this builder
 
 - 
schemaNamepublic ContextualData.Builder schemaName(String schemaName) The name assigned to the schema.- Parameters:
- schemaName- the value to set
- Returns:
- this builder
 
 - 
schemaVersionpublic ContextualData.Builder schemaVersion(String schemaVersion) The version of the schema.- Parameters:
- schemaVersion- the value to set
- Returns:
- this builder
 
 - 
payloadpublic ContextualData.Builder payload(String payload) The payload for the contextual data.- Parameters:
- payload- the value to set
- Returns:
- this builder
 
 - 
buildpublic ContextualData build() 
 - 
copypublic ContextualData.Builder copy(ContextualData model) 
 
- 
 
-