Class RegisterDeploymentRequestAnyOf1
java.lang.Object
dev.restate.admin.model.RegisterDeploymentRequestAnyOf1
Deprecated.
RegisterDeploymentRequestAnyOf1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalHeaders(Map<String, String> additionalHeaders) Deprecated.Deprecated.assumeRoleArn(String assumeRoleArn) Deprecated.Deprecated.booleanDeprecated.Return true if this RegisterDeploymentRequest_anyOf_1 object is equal to o.Deprecated.Deprecated.Additional headers added to the discover/invoke requests to the deployment.getArn()Deprecated.ARN to use to discover/invoke the lambda deployment.Deprecated.Optional ARN of a role to assume when invoking the addressed Lambda, to support role chainingDeprecated.If `true`, discovery will run but the deployment will not be registered.getForce()Deprecated.If `true`, it will override, if existing, any deployment using the same `uri`.inthashCode()Deprecated.putAdditionalHeadersItem(String key, String additionalHeadersItem) Deprecated.voidsetAdditionalHeaders(Map<String, String> additionalHeaders) Deprecated.voidDeprecated.voidsetAssumeRoleArn(String assumeRoleArn) Deprecated.voidDeprecated.voidDeprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ARN
-
JSON_PROPERTY_ASSUME_ROLE_ARN
-
JSON_PROPERTY_ADDITIONAL_HEADERS
-
JSON_PROPERTY_FORCE
-
JSON_PROPERTY_DRY_RUN
-
-
Constructor Details
-
RegisterDeploymentRequestAnyOf1
public RegisterDeploymentRequestAnyOf1()Deprecated.
-
-
Method Details
-
arn
Deprecated. -
getArn
Deprecated.ARN to use to discover/invoke the lambda deployment.- Returns:
- arn
-
setArn
Deprecated. -
assumeRoleArn
Deprecated. -
getAssumeRoleArn
Deprecated.Optional ARN of a role to assume when invoking the addressed Lambda, to support role chaining- Returns:
- assumeRoleArn
-
setAssumeRoleArn
Deprecated. -
additionalHeaders
public RegisterDeploymentRequestAnyOf1 additionalHeaders(@Nullable Map<String, String> additionalHeaders) Deprecated. -
putAdditionalHeadersItem
public RegisterDeploymentRequestAnyOf1 putAdditionalHeadersItem(String key, String additionalHeadersItem) Deprecated. -
getAdditionalHeaders
-
setAdditionalHeaders
-
force
Deprecated. -
getForce
Deprecated.If `true`, it will override, if existing, any deployment using the same `uri`. Beware that this can lead in-flight invocations to an unrecoverable error state. By default, this is `true` but it might change in future to `false`. See the [versioning documentation](https://docs.restate.dev/operate/versioning) for more information.- Returns:
- force
-
setForce
Deprecated. -
dryRun
Deprecated. -
getDryRun
Deprecated.If `true`, discovery will run but the deployment will not be registered. This is useful to see the impact of a new deployment before registering it.- Returns:
- dryRun
-
setDryRun
Deprecated. -
equals
-
hashCode
-
toString
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-