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