public static interface ResourceTargetDefinition.Builder extends SdkPojo, CopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
| Modifier and Type | Method and Description |
|---|---|
ResourceTargetDefinition.Builder |
attribute(ResourceAttribute attribute)
The attribute to be changed.
|
ResourceTargetDefinition.Builder |
attribute(String attribute)
The attribute to be changed.
|
ResourceTargetDefinition.Builder |
name(String name)
If the attribute is
Properties, the value is the name of the property. |
ResourceTargetDefinition.Builder |
requiresRecreation(RequiresRecreation requiresRecreation)
If the attribute is
Properties, indicates whether a change to this property causes the resource
to be re-created. |
ResourceTargetDefinition.Builder |
requiresRecreation(String requiresRecreation)
If the attribute is
Properties, indicates whether a change to this property causes the resource
to be re-created. |
copyapplyMutation, buildResourceTargetDefinition.Builder attribute(String attribute)
The attribute to be changed.
attribute - The attribute to be changed.ResourceAttribute,
ResourceAttributeResourceTargetDefinition.Builder attribute(ResourceAttribute attribute)
The attribute to be changed.
attribute - The attribute to be changed.ResourceAttribute,
ResourceAttributeResourceTargetDefinition.Builder name(String name)
If the attribute is Properties, the value is the name of the property. Otherwise, the value is
null.
name - If the attribute is Properties, the value is the name of the property. Otherwise, the
value is null.ResourceTargetDefinition.Builder requiresRecreation(String requiresRecreation)
If the attribute is Properties, indicates whether a change to this property causes the resource
to be re-created.
requiresRecreation - If the attribute is Properties, indicates whether a change to this property causes the
resource to be re-created.RequiresRecreation,
RequiresRecreationResourceTargetDefinition.Builder requiresRecreation(RequiresRecreation requiresRecreation)
If the attribute is Properties, indicates whether a change to this property causes the resource
to be re-created.
requiresRecreation - If the attribute is Properties, indicates whether a change to this property causes the
resource to be re-created.RequiresRecreation,
RequiresRecreationCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.