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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceDriftIgnoredAttribute.Builderpath(String path)Path of the resource attribute for which drift was ignored.ResourceDriftIgnoredAttribute.Builderreason(String reason)Reason why drift was ignored for the attribute, can have 2 possible values:ResourceDriftIgnoredAttribute.Builderreason(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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
-
-
-