@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunctionConfig extends Object implements Serializable, Cloneable
Contains configuration information about a CloudFront function.
| Constructor and Description | 
|---|
| FunctionConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| FunctionConfig | clone() | 
| boolean | equals(Object obj) | 
| String | getComment()
 A comment to describe the function. | 
| KeyValueStoreAssociations | getKeyValueStoreAssociations()
 The configuration for the key value store associations. | 
| String | getRuntime()
 The function's runtime environment version. | 
| int | hashCode() | 
| void | setComment(String comment)
 A comment to describe the function. | 
| void | setKeyValueStoreAssociations(KeyValueStoreAssociations keyValueStoreAssociations)
 The configuration for the key value store associations. | 
| void | setRuntime(String runtime)
 The function's runtime environment version. | 
| String | toString()Returns a string representation of this object. | 
| FunctionConfig | withComment(String comment)
 A comment to describe the function. | 
| FunctionConfig | withKeyValueStoreAssociations(KeyValueStoreAssociations keyValueStoreAssociations)
 The configuration for the key value store associations. | 
| FunctionConfig | withRuntime(FunctionRuntime runtime)
 The function's runtime environment version. | 
| FunctionConfig | withRuntime(String runtime)
 The function's runtime environment version. | 
public void setComment(String comment)
A comment to describe the function.
comment - A comment to describe the function.public String getComment()
A comment to describe the function.
public FunctionConfig withComment(String comment)
A comment to describe the function.
comment - A comment to describe the function.public void setRuntime(String runtime)
The function's runtime environment version.
runtime - The function's runtime environment version.FunctionRuntimepublic String getRuntime()
The function's runtime environment version.
FunctionRuntimepublic FunctionConfig withRuntime(String runtime)
The function's runtime environment version.
runtime - The function's runtime environment version.FunctionRuntimepublic FunctionConfig withRuntime(FunctionRuntime runtime)
The function's runtime environment version.
runtime - The function's runtime environment version.FunctionRuntimepublic void setKeyValueStoreAssociations(KeyValueStoreAssociations keyValueStoreAssociations)
The configuration for the key value store associations.
keyValueStoreAssociations - The configuration for the key value store associations.public KeyValueStoreAssociations getKeyValueStoreAssociations()
The configuration for the key value store associations.
public FunctionConfig withKeyValueStoreAssociations(KeyValueStoreAssociations keyValueStoreAssociations)
The configuration for the key value store associations.
keyValueStoreAssociations - The configuration for the key value store associations.public String toString()
toString in class ObjectObject.toString()public FunctionConfig clone()