Class FunctionDefaultExecutionConfig
- java.lang.Object
-
- software.amazon.awssdk.services.greengrass.model.FunctionDefaultExecutionConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FunctionDefaultExecutionConfig.Builder,FunctionDefaultExecutionConfig>
@Generated("software.amazon.awssdk:codegen") public final class FunctionDefaultExecutionConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FunctionDefaultExecutionConfig.Builder,FunctionDefaultExecutionConfig>
Configuration information that specifies how a Lambda function runs.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFunctionDefaultExecutionConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FunctionDefaultExecutionConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FunctionIsolationModeisolationMode()Returns the value of the IsolationMode property for this object.StringisolationModeAsString()Returns the value of the IsolationMode property for this object.FunctionRunAsConfigrunAs()Returns the value of the RunAs property for this object.List<SdkField<?>>sdkFields()static Class<? extends FunctionDefaultExecutionConfig.Builder>serializableBuilderClass()FunctionDefaultExecutionConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
isolationMode
public final FunctionIsolationMode isolationMode()
Returns the value of the IsolationMode property for this object.If the service returns an enum value that is not available in the current SDK version,
isolationModewill returnFunctionIsolationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromisolationModeAsString().- Returns:
- The value of the IsolationMode property for this object.
- See Also:
FunctionIsolationMode
-
isolationModeAsString
public final String isolationModeAsString()
Returns the value of the IsolationMode property for this object.If the service returns an enum value that is not available in the current SDK version,
isolationModewill returnFunctionIsolationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromisolationModeAsString().- Returns:
- The value of the IsolationMode property for this object.
- See Also:
FunctionIsolationMode
-
runAs
public final FunctionRunAsConfig runAs()
Returns the value of the RunAs property for this object.- Returns:
- The value of the RunAs property for this object.
-
toBuilder
public FunctionDefaultExecutionConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FunctionDefaultExecutionConfig.Builder,FunctionDefaultExecutionConfig>
-
builder
public static FunctionDefaultExecutionConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends FunctionDefaultExecutionConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-