Interface ResourceDriftIgnoredAttribute.Builder

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

@Mutable @NotThreadSafe public static interface ResourceDriftIgnoredAttribute.Builder extends SdkPojo, CopyableBuilder<ResourceDriftIgnoredAttribute.Builder,ResourceDriftIgnoredAttribute>
  • Method Details

    • 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

      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:
    • 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: