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