Class UpdateDeploymentRequestAnyOf1
java.lang.Object
dev.restate.admin.model.UpdateDeploymentRequestAnyOf1
Deprecated.
UpdateDeploymentRequestAnyOf1
-
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 UpdateDeploymentRequest_anyOf_1 object is equal to o.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.inthashCode()Deprecated.putAdditionalHeadersItem(String key, String additionalHeadersItem) Deprecated.voidsetAdditionalHeaders(Map<String, String> additionalHeaders) Deprecated.voidDeprecated.voidsetAssumeRoleArn(String assumeRoleArn) Deprecated.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_DRY_RUN
-
-
Constructor Details
-
UpdateDeploymentRequestAnyOf1
public UpdateDeploymentRequestAnyOf1()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 UpdateDeploymentRequestAnyOf1 additionalHeaders(@Nullable Map<String, String> additionalHeaders) Deprecated. -
putAdditionalHeadersItem
public UpdateDeploymentRequestAnyOf1 putAdditionalHeadersItem(String key, String additionalHeadersItem) Deprecated. -
getAdditionalHeaders
-
setAdditionalHeaders
-
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
-