StructuredPojo
, ToCopyableBuilder<FunctionConfiguration.Builder,FunctionConfiguration>
@Generated("software.amazon.awssdk:codegen") public class FunctionConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<FunctionConfiguration.Builder,FunctionConfiguration>
Modifier and Type | Class | Description |
---|---|---|
static interface |
FunctionConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
static FunctionConfiguration.Builder |
builder() |
|
FunctionConfigurationEnvironment |
environment() |
Environment of the function configuration
|
boolean |
equals(Object obj) |
|
String |
execArgs() |
Execution Arguments
|
String |
executable() |
Executable
|
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() |
public FunctionConfigurationEnvironment environment()
public String execArgs()
public String executable()
public Integer memorySize()
public Boolean pinned()
public Integer timeout()
public FunctionConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FunctionConfiguration.Builder,FunctionConfiguration>
public static FunctionConfiguration.Builder builder()
public static Class<? extends FunctionConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.