public static class FunctionConfigurationDefinition.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FunctionConfigurationDefinition |
build() |
FunctionConfigurationDefinition.Builder |
configParamDefs(Map<String,ConfigParameterDefinition> configParamDefs)
The parameter configuration details.
|
FunctionConfigurationDefinition.Builder |
copy(FunctionConfigurationDefinition model) |
FunctionConfigurationDefinition.Builder |
isContained(Boolean isContained)
Specifies whether the configuration is contained or not.
|
FunctionConfigurationDefinition.Builder |
key(String key)
The key of the object.
|
FunctionConfigurationDefinition.Builder |
modelType(FunctionConfigurationDefinition.ModelType modelType)
The type of the object.
|
FunctionConfigurationDefinition.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
FunctionConfigurationDefinition.Builder |
parentRef(ParentReference parentRef) |
public FunctionConfigurationDefinition.Builder key(String key)
The key of the object.
key
- the value to setpublic FunctionConfigurationDefinition.Builder modelType(FunctionConfigurationDefinition.ModelType modelType)
The type of the object.
modelType
- the value to setpublic FunctionConfigurationDefinition.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic FunctionConfigurationDefinition.Builder parentRef(ParentReference parentRef)
public FunctionConfigurationDefinition.Builder isContained(Boolean isContained)
Specifies whether the configuration is contained or not.
isContained
- the value to setpublic FunctionConfigurationDefinition.Builder configParamDefs(Map<String,ConfigParameterDefinition> configParamDefs)
The parameter configuration details.
configParamDefs
- the value to setpublic FunctionConfigurationDefinition build()
public FunctionConfigurationDefinition.Builder copy(FunctionConfigurationDefinition model)
Copyright © 2016–2024. All rights reserved.