Interface ResourceTargetDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceTargetDefinition.Builder,
,ResourceTargetDefinition> SdkBuilder<ResourceTargetDefinition.Builder,
,ResourceTargetDefinition> SdkPojo
- Enclosing class:
ResourceTargetDefinition
@Mutable
@NotThreadSafe
public static interface ResourceTargetDefinition.Builder
extends SdkPojo, CopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute to be changed.attribute
(ResourceAttribute attribute) The attribute to be changed.If the attribute isProperties
, the value is the name of the property.requiresRecreation
(String requiresRecreation) If the attribute isProperties
, indicates whether a change to this property causes the resource to be re-created.requiresRecreation
(RequiresRecreation requiresRecreation) If the attribute isProperties
, indicates whether a change to this property causes the resource to be re-created.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 Details
-
attribute
The attribute to be changed.
- Parameters:
attribute
- The attribute to be changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The attribute to be changed.
- Parameters:
attribute
- The attribute to be changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
If the attribute is
Properties
, the value is the name of the property. Otherwise, the value is null.- Parameters:
name
- If the attribute isProperties
, the value is the name of the property. Otherwise, the value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiresRecreation
If the attribute is
Properties
, indicates whether a change to this property causes the resource to be re-created.- Parameters:
requiresRecreation
- If the attribute isProperties
, indicates whether a change to this property causes the resource to be re-created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requiresRecreation
If the attribute is
Properties
, indicates whether a change to this property causes the resource to be re-created.- Parameters:
requiresRecreation
- If the attribute isProperties
, indicates whether a change to this property causes the resource to be re-created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-