@Generated(value="software.amazon.awssdk:codegen") public final class FunctionExecutionConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FunctionExecutionConfig.Builder,FunctionExecutionConfig>
Modifier and Type | Class and Description |
---|---|
static interface |
FunctionExecutionConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static FunctionExecutionConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FunctionIsolationMode |
isolationMode()
Returns the value of the IsolationMode property for this object.
|
String |
isolationModeAsString()
Returns the value of the IsolationMode property for this object.
|
FunctionRunAsConfig |
runAs()
Returns the value of the RunAs property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FunctionExecutionConfig.Builder> |
serializableBuilderClass() |
FunctionExecutionConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public FunctionIsolationMode isolationMode()
If the service returns an enum value that is not available in the current SDK version, isolationMode
will return FunctionIsolationMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from isolationModeAsString()
.
FunctionIsolationMode
public String isolationModeAsString()
If the service returns an enum value that is not available in the current SDK version, isolationMode
will return FunctionIsolationMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from isolationModeAsString()
.
FunctionIsolationMode
public FunctionRunAsConfig runAs()
public FunctionExecutionConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FunctionExecutionConfig.Builder,FunctionExecutionConfig>
public static FunctionExecutionConfig.Builder builder()
public static Class<? extends FunctionExecutionConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.