public static interface DryRunResults.Builder extends SdkPojo, CopyableBuilder<DryRunResults.Builder,DryRunResults>
| Modifier and Type | Method and Description |
|---|---|
DryRunResults.Builder |
deploymentType(String deploymentType)
Specifies the deployment mechanism through which the update shall be applied on the domain.
|
DryRunResults.Builder |
message(String message)
Contains an optional message associated with the DryRunResults.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDryRunResults.Builder deploymentType(String deploymentType)
Specifies the deployment mechanism through which the update shall be applied on the domain. Possible
responses are Blue/Green (The update will require a blue/green deployment.)
DynamicUpdate (The update can be applied in-place without a Blue/Green deployment required.)
Undetermined (The domain is undergoing an update which needs to complete before the deployment
type can be predicted.) None (The configuration change matches the current configuration and
will not result in any update.)
deploymentType - Specifies the deployment mechanism through which the update shall be applied on the domain. Possible
responses are Blue/Green (The update will require a blue/green deployment.)
DynamicUpdate (The update can be applied in-place without a Blue/Green deployment
required.) Undetermined (The domain is undergoing an update which needs to complete
before the deployment type can be predicted.) None (The configuration change matches the
current configuration and will not result in any update.)DryRunResults.Builder message(String message)
Contains an optional message associated with the DryRunResults.
message - Contains an optional message associated with the DryRunResults.Copyright © 2023. All rights reserved.