Interface ResourceDriftIgnoredAttribute.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceDriftIgnoredAttribute.Builder,,ResourceDriftIgnoredAttribute> SdkBuilder<ResourceDriftIgnoredAttribute.Builder,,ResourceDriftIgnoredAttribute> SdkPojo
- Enclosing class:
ResourceDriftIgnoredAttribute
-
Method Summary
Modifier and TypeMethodDescriptionPath of the resource attribute for which drift was ignored.Reason why drift was ignored for the attribute, can have 2 possible values:reason(DriftIgnoredReason reason) Reason why drift was ignored for the attribute, can have 2 possible values:Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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:
-
-