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. |
copy
applyMutation, build
ResourceTargetDefinition.Builder attribute(String attribute)
The attribute to be changed.
attribute
- The attribute to be changed.ResourceAttribute
,
ResourceAttribute
ResourceTargetDefinition.Builder attribute(ResourceAttribute attribute)
The attribute to be changed.
attribute
- The attribute to be changed.ResourceAttribute
,
ResourceAttribute
ResourceTargetDefinition.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
,
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.
requiresRecreation
- If the attribute is Properties
, indicates whether a change to this property causes the
resource to be re-created.RequiresRecreation
,
RequiresRecreation
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.