Class CancellationDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • isForced

        public CancellationDetails.Builder isForced​(Boolean isForced)
        Indicates whether a forced cancellation was requested for the job while it was running.

        A forced cancellation can result in an incorrect state file. For example, the state file might not reflect the exact state of the provisioned resources.

        Parameters:
        isForced - the value to set
        Returns:
        this builder