Package com.lithic.api.models
Class V2CreateResponse.CurrentVersion.Builder
-
- All Implemented Interfaces:
public final class V2CreateResponse.CurrentVersion.BuilderA builder for CurrentVersion.
-
-
Method Summary
-
-
Method Detail
-
parameters
final V2CreateResponse.CurrentVersion.Builder parameters(V2CreateResponse.CurrentVersion.Parameters parameters)
Parameters for the Auth Rule
-
parameters
final V2CreateResponse.CurrentVersion.Builder parameters(JsonField<V2CreateResponse.CurrentVersion.Parameters> parameters)
Parameters for the Auth Rule
-
parameters
final V2CreateResponse.CurrentVersion.Builder parameters(ConditionalBlockParameters conditionalBlock)
Parameters for the Auth Rule
-
parameters
final V2CreateResponse.CurrentVersion.Builder parameters(VelocityLimitParams velocityLimitParams)
Parameters for the Auth Rule
-
version
final V2CreateResponse.CurrentVersion.Builder version(Long version)
The version of the rule, this is incremented whenever the rule's parameters change.
-
version
final V2CreateResponse.CurrentVersion.Builder version(JsonField<Long> version)
The version of the rule, this is incremented whenever the rule's parameters change.
-
additionalProperties
final V2CreateResponse.CurrentVersion.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V2CreateResponse.CurrentVersion.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V2CreateResponse.CurrentVersion.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V2CreateResponse.CurrentVersion.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V2CreateResponse.CurrentVersion.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V2CreateResponse.CurrentVersion build()
-
-
-
-