WhatIfChange Class

Definition

Information about a single resource change predicted by What-If operation.

public class WhatIfChange
Inheritance
java.lang.Object
WhatIfChange

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

WhatIfChange()

Methods

after()

Get the predicted snapshot of the resource after the deployment is executed.

before()

Get the snapshot of the resource before the deployment is executed.

changeType()

Get type of change that will be made to the resource when the deployment is executed. Possible values include: 'Create', 'Delete', 'Ignore', 'Deploy', 'NoChange', 'Modify'.

delta()

Get the predicted changes to resource properties.

resourceId()

Get resource ID.

withAfter(Object after)

Set the predicted snapshot of the resource after the deployment is executed.

withBefore(Object before)

Set the snapshot of the resource before the deployment is executed.

withChangeType(ChangeType changeType)

Set type of change that will be made to the resource when the deployment is executed. Possible values include: 'Create', 'Delete', 'Ignore', 'Deploy', 'NoChange', 'Modify'.

withDelta(List<WhatIfPropertyChange> delta)

Set the predicted changes to resource properties.

withResourceId(String resourceId)

Set resource ID.

Applies to