Interface ResourceDriftIgnoredAttribute.Builder

    • Method Detail

      • path

        ResourceDriftIgnoredAttribute.Builder path​(String path)

        Path of the resource attribute for which drift was ignored.

        Parameters:
        path - Path of the resource attribute for which drift was ignored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        ResourceDriftIgnoredAttribute.Builder reason​(String reason)

        Reason why drift was ignored for the attribute, can have 2 possible values:

        • WRITE_ONLY_PROPERTY - Property is not included in read response for the resource’s live state.

        • MANAGED_BY_AWS - Property is managed by an Amazon Web Services service and is expected to be dynamically modified.

        Parameters:
        reason - Reason why drift was ignored for the attribute, can have 2 possible values:

        • WRITE_ONLY_PROPERTY - Property is not included in read response for the resource’s live state.

        • MANAGED_BY_AWS - Property is managed by an Amazon Web Services service and is expected to be dynamically modified.

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

        ResourceDriftIgnoredAttribute.Builder reason​(DriftIgnoredReason reason)

        Reason why drift was ignored for the attribute, can have 2 possible values:

        • WRITE_ONLY_PROPERTY - Property is not included in read response for the resource’s live state.

        • MANAGED_BY_AWS - Property is managed by an Amazon Web Services service and is expected to be dynamically modified.

        Parameters:
        reason - Reason why drift was ignored for the attribute, can have 2 possible values:

        • WRITE_ONLY_PROPERTY - Property is not included in read response for the resource’s live state.

        • MANAGED_BY_AWS - Property is managed by an Amazon Web Services service and is expected to be dynamically modified.

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