Class ActionConfiguration
java.lang.Object
com.amazonaws.services.codepipeline.model.ActionConfiguration
- All Implemented Interfaces:
Serializable,Cloneable
Represents information about an action configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConfigurationEntry(String key, String value) Removes all the entries added into Configuration.clone()booleanThe configuration data for the action.inthashCode()voidsetConfiguration(Map<String, String> configuration) The configuration data for the action.toString()Returns a string representation of this object; useful for testing and debugging.withConfiguration(Map<String, String> configuration) The configuration data for the action.
-
Constructor Details
-
ActionConfiguration
public ActionConfiguration()
-
-
Method Details
-
getConfiguration
The configuration data for the action.
- Returns:
- The configuration data for the action.
-
setConfiguration
The configuration data for the action.
- Parameters:
configuration- The configuration data for the action.
-
withConfiguration
The configuration data for the action.
- Parameters:
configuration- The configuration data for the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addConfigurationEntry
-
clearConfigurationEntries
Removes all the entries added into Configuration. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-