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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextualData
build()
ContextualData.Builder
clientId(String clientId)
The unique identifier for the client.ContextualData.Builder
copy(ContextualData model)
ContextualData.Builder
payload(String payload)
The payload for the contextual data.ContextualData.Builder
schemaName(String schemaName)
The name assigned to the schema.ContextualData.Builder
schemaVersion(String schemaVersion)
The version of the schema.
-
-
-
Method Detail
-
clientId
public ContextualData.Builder clientId(String clientId)
The unique identifier for the client.- Parameters:
clientId
- the value to set- Returns:
- this builder
-
schemaName
public ContextualData.Builder schemaName(String schemaName)
The name assigned to the schema.- Parameters:
schemaName
- the value to set- Returns:
- this builder
-
schemaVersion
public ContextualData.Builder schemaVersion(String schemaVersion)
The version of the schema.- Parameters:
schemaVersion
- the value to set- Returns:
- this builder
-
payload
public ContextualData.Builder payload(String payload)
The payload for the contextual data.- Parameters:
payload
- the value to set- Returns:
- this builder
-
build
public ContextualData build()
-
copy
public ContextualData.Builder copy(ContextualData model)
-
-