@Generated(value="software.amazon.awssdk:codegen") public final class FunctionConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<FunctionConfiguration.Builder,FunctionConfiguration>
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
FunctionConfiguration.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static FunctionConfiguration.Builder | 
builder()  | 
FunctionConfigurationEnvironment | 
environment()
Environment of the function configuration 
 | 
boolean | 
equals(Object obj)  | 
String | 
execArgs()
Execution Arguments 
 | 
String | 
executable()
Executable 
 | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
Integer | 
memorySize()
The memory size, in KB, you configured for the function. 
 | 
Boolean | 
pinned()
Whether the function is pinned or not. 
 | 
static Class<? extends FunctionConfiguration.Builder> | 
serializableBuilderClass()  | 
Integer | 
timeout()
The function execution time at which Lambda should terminate the function. 
 | 
FunctionConfiguration.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic FunctionConfigurationEnvironment environment()
public String execArgs()
public String executable()
public Integer memorySize()
public Boolean pinned()
public Integer timeout()
public FunctionConfiguration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<FunctionConfiguration.Builder,FunctionConfiguration>public static FunctionConfiguration.Builder builder()
public static Class<? extends FunctionConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.