Interface DryRunResults.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DryRunResults.Builder,DryRunResults>,SdkBuilder<DryRunResults.Builder,DryRunResults>,SdkPojo
- Enclosing class:
- DryRunResults
@Mutable @NotThreadSafe public static interface DryRunResults.Builder extends SdkPojo, CopyableBuilder<DryRunResults.Builder,DryRunResults>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DryRunResults.BuilderdeploymentType(String deploymentType)Specifies the way in which OpenSearch Service will apply an update.DryRunResults.Buildermessage(String message)A message corresponding to the deployment type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
deploymentType
DryRunResults.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
message
DryRunResults.Builder message(String message)
A message corresponding to the deployment type.
- Parameters:
message- A message corresponding to the deployment type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-