Interface StackResourceDriftInformation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StackResourceDriftInformation.Builder,StackResourceDriftInformation>, SdkBuilder<StackResourceDriftInformation.Builder,StackResourceDriftInformation>, SdkPojo
Enclosing class:
StackResourceDriftInformation

public static interface StackResourceDriftInformation.Builder extends SdkPojo, CopyableBuilder<StackResourceDriftInformation.Builder,StackResourceDriftInformation>
  • Method Details

    • stackResourceDriftStatus

      StackResourceDriftInformation.Builder stackResourceDriftStatus(String stackResourceDriftStatus)

      Status of the resource's actual configuration compared to its expected configuration

      • DELETED: The resource differs from its expected configuration in that it has been deleted.

      • MODIFIED: The resource differs from its expected configuration.

      • NOT_CHECKED: CloudFormation has not checked if the resource differs from its expected configuration.

        Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

      • IN_SYNC: The resource's actual configuration matches its expected configuration.

      Parameters:
      stackResourceDriftStatus - Status of the resource's actual configuration compared to its expected configuration

      • DELETED: The resource differs from its expected configuration in that it has been deleted.

      • MODIFIED: The resource differs from its expected configuration.

      • NOT_CHECKED: CloudFormation has not checked if the resource differs from its expected configuration.

        Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

      • IN_SYNC: The resource's actual configuration matches its expected configuration.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stackResourceDriftStatus

      StackResourceDriftInformation.Builder stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)

      Status of the resource's actual configuration compared to its expected configuration

      • DELETED: The resource differs from its expected configuration in that it has been deleted.

      • MODIFIED: The resource differs from its expected configuration.

      • NOT_CHECKED: CloudFormation has not checked if the resource differs from its expected configuration.

        Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

      • IN_SYNC: The resource's actual configuration matches its expected configuration.

      Parameters:
      stackResourceDriftStatus - Status of the resource's actual configuration compared to its expected configuration

      • DELETED: The resource differs from its expected configuration in that it has been deleted.

      • MODIFIED: The resource differs from its expected configuration.

      • NOT_CHECKED: CloudFormation has not checked if the resource differs from its expected configuration.

        Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

      • IN_SYNC: The resource's actual configuration matches its expected configuration.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastCheckTimestamp

      StackResourceDriftInformation.Builder lastCheckTimestamp(Instant lastCheckTimestamp)

      When CloudFormation last checked if the resource had drifted from its expected configuration.

      Parameters:
      lastCheckTimestamp - When CloudFormation last checked if the resource had drifted from its expected configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.