Interface StackInstanceResourceDriftsSummary.Builder

    • Method Detail

      • stackId

        StackInstanceResourceDriftsSummary.Builder stackId​(String stackId)

        The ID of the stack instance.

        Parameters:
        stackId - The ID of the stack instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logicalResourceId

        StackInstanceResourceDriftsSummary.Builder logicalResourceId​(String logicalResourceId)

        The logical name of the resource specified in the template.

        Parameters:
        logicalResourceId - The logical name of the resource specified in the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalResourceId

        StackInstanceResourceDriftsSummary.Builder physicalResourceId​(String physicalResourceId)

        The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

        Parameters:
        physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalResourceIdContext

        StackInstanceResourceDriftsSummary.Builder physicalResourceIdContext​(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)

        Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.

        Parameters:
        physicalResourceIdContext - Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalResourceIdContext

        StackInstanceResourceDriftsSummary.Builder physicalResourceIdContext​(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)

        Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.

        Parameters:
        physicalResourceIdContext - Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyDifferences

        StackInstanceResourceDriftsSummary.Builder propertyDifferences​(Collection<PropertyDifference> propertyDifferences)

        Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.

        Parameters:
        propertyDifferences - Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyDifferences

        StackInstanceResourceDriftsSummary.Builder propertyDifferences​(PropertyDifference... propertyDifferences)

        Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.

        Parameters:
        propertyDifferences - Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackResourceDriftStatus

        StackInstanceResourceDriftsSummary.Builder stackResourceDriftStatus​(String stackResourceDriftStatus)

        The drift status of the resource in a stack instance.

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

        • MODIFIED: One or more resource properties differ from their expected template values.

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

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

        Parameters:
        stackResourceDriftStatus - The drift status of the resource in a stack instance.

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

        • MODIFIED: One or more resource properties differ from their expected template values.

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

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

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

        StackInstanceResourceDriftsSummary.Builder stackResourceDriftStatus​(StackResourceDriftStatus stackResourceDriftStatus)

        The drift status of the resource in a stack instance.

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

        • MODIFIED: One or more resource properties differ from their expected template values.

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

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

        Parameters:
        stackResourceDriftStatus - The drift status of the resource in a stack instance.

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

        • MODIFIED: One or more resource properties differ from their expected template values.

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

        • NOT_CHECKED: CloudFormation doesn't currently return this value.

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

        StackInstanceResourceDriftsSummary.Builder timestamp​(Instant timestamp)

        Time at which the stack instance drift detection operation was initiated.

        Parameters:
        timestamp - Time at which the stack instance drift detection operation was initiated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.