public static interface DryRunResults.Builder extends SdkPojo, CopyableBuilder<DryRunResults.Builder,DryRunResults>
| Modifier and Type | Method and Description |
|---|---|
DryRunResults.Builder |
deploymentType(String deploymentType)
Specifies the way in which OpenSearch Service will apply an update.
|
DryRunResults.Builder |
message(String message)
A message corresponding to the deployment type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDryRunResults.Builder deploymentType(String deploymentType)
Specifies the way in which OpenSearch Service will apply an update. Possible values are:
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
deploymentType - Specifies the way in which OpenSearch Service will apply an update. Possible values are:
Blue/Green - The update requires a blue/green deployment.
DynamicUpdate - No blue/green deployment required
Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete.
None - The request doesn't include any configuration changes.
DryRunResults.Builder message(String message)
A message corresponding to the deployment type.
message - A message corresponding to the deployment type.Copyright © 2022. All rights reserved.