Class PromptAnalyzerCreateResponse.Frameworks.Owasp.Builder
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Frameworks.Owasp.BuilderA builder for Owasp.
-
-
Method Summary
-
-
Method Detail
-
label
final PromptAnalyzerCreateResponse.Frameworks.Owasp.Builder label(String label)
The label of the OWASP framework label
-
label
final PromptAnalyzerCreateResponse.Frameworks.Owasp.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.Owasp.Builder name(String name)
The name of the OWASP framework label
-
name
final PromptAnalyzerCreateResponse.Frameworks.Owasp.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.Owasp.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final PromptAnalyzerCreateResponse.Frameworks.Owasp.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final PromptAnalyzerCreateResponse.Frameworks.Owasp.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final PromptAnalyzerCreateResponse.Frameworks.Owasp.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final PromptAnalyzerCreateResponse.Frameworks.Owasp.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final PromptAnalyzerCreateResponse.Frameworks.Owasp build()
Returns an immutable instance of Owasp.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-