Interface ResourceTargetDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>,SdkBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>,SdkPojo
- Enclosing class:
- ResourceTargetDefinition
public static interface ResourceTargetDefinition.Builder extends SdkPojo, CopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceTargetDefinition.Builderattribute(String attribute)The attribute to be changed.ResourceTargetDefinition.Builderattribute(ResourceAttribute attribute)The attribute to be changed.ResourceTargetDefinition.Buildername(String name)If the attribute isProperties, the value is the name of the property.ResourceTargetDefinition.BuilderrequiresRecreation(String requiresRecreation)If the attribute isProperties, indicates whether a change to this property causes the resource to be re-created.ResourceTargetDefinition.BuilderrequiresRecreation(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 Detail
-
attribute
ResourceTargetDefinition.Builder attribute(String 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:
ResourceAttribute,ResourceAttribute
-
attribute
ResourceTargetDefinition.Builder attribute(ResourceAttribute 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:
ResourceAttribute,ResourceAttribute
-
name
ResourceTargetDefinition.Builder name(String 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
ResourceTargetDefinition.Builder requiresRecreation(String 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,RequiresRecreation
-
requiresRecreation
ResourceTargetDefinition.Builder requiresRecreation(RequiresRecreation 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,RequiresRecreation
-
-