Interface Deployment.ExecutionStages.WithWhatIfResultFormat

All Known Subinterfaces:
Deployment.Execution, Deployment.ExecutionStages.WithWhatIf
Enclosing interface:
Deployment.ExecutionStages

public static interface Deployment.ExecutionStages.WithWhatIfResultFormat
A deployment execution allowing result format to be specified.
  • Method Details

    • withFullResourcePayloadsResultFormat

      Deployment.ExecutionStages.WithWhatIf withFullResourcePayloadsResultFormat()
      Specifies the result format with value of 'FULL_RESOURCE_PAYLOADS' in What-if settings of deployment properties.
      Returns:
      the next stage of the execution.
    • withResourceIdOnlyResultFormat

      Deployment.ExecutionStages.WithWhatIf withResourceIdOnlyResultFormat()
      Specifies the result format with value of 'RESOURCE_ID_ONLY' in What-if settings of deployment properties.
      Returns:
      the next stage of the execution.