Class PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Frameworks.Mitre.BuilderA builder for Mitre.
-
-
Method Summary
-
-
Method Detail
-
label
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder label(String label)
The label of the MITRE Atlas framework label
-
label
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder label(JsonField<String> label)
Sets Builder.label to an arbitrary JSON value.
You should usually call Builder.label with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder name(String name)
The name of the MITRE Atlas framework label
-
name
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final PromptAnalyzerCreateResponse.Frameworks.Mitre.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final PromptAnalyzerCreateResponse.Frameworks.Mitre build()
Returns an immutable instance of Mitre.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-