Class AwsLambdaFunctionDetails
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AwsLambdaFunctionDetails.Builder,- AwsLambdaFunctionDetails> 
Details about an Lambda function's configuration.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionThe instruction set architecture that the function uses.builder()final AwsLambdaFunctionCodecode()AnAwsLambdaFunctionCodeobject.final StringThe SHA256 hash of the function's deployment package.The function's dead letter queue.The function's environment variables.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe name of the function.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final Stringhandler()The function that Lambda calls to begin executing your function.final booleanFor responses, this returns true if the service returned a value for the Architectures property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Layers property.final StringThe KMS key that is used to encrypt the function's environment variables.final StringIndicates when the function was last updated.final List<AwsLambdaFunctionLayer> layers()The function's layers.final StringFor Lambda@Edge functions, the ARN of the master function.final IntegerThe memory that is allocated to the function.final StringThe type of deployment package that's used to deploy the function code to Lambda.final StringThe latest updated revision of the function or alias.final Stringrole()The function's execution role.final Stringruntime()The runtime environment for the Lambda function.static Class<? extends AwsLambdaFunctionDetails.Builder> final Integertimeout()The amount of time that Lambda allows a function to run before stopping it.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.The function's X-Ray tracing configuration.final Stringversion()The version of the Lambda function.The function's networking configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
codeAn AwsLambdaFunctionCodeobject.- Returns:
- An AwsLambdaFunctionCodeobject.
 
- 
codeSha256The SHA256 hash of the function's deployment package. - Returns:
- The SHA256 hash of the function's deployment package.
 
- 
deadLetterConfigThe function's dead letter queue. - Returns:
- The function's dead letter queue.
 
- 
environmentThe function's environment variables. - Returns:
- The function's environment variables.
 
- 
functionName
- 
handlerThe function that Lambda calls to begin executing your function. - Returns:
- The function that Lambda calls to begin executing your function.
 
- 
kmsKeyArnThe KMS key that is used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed customer managed key. - Returns:
- The KMS key that is used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed customer managed key.
 
- 
lastModifiedIndicates when the function was last updated. For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps. - Returns:
- Indicates when the function was last updated.
         For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps. 
 
- 
hasLayerspublic final boolean hasLayers()For responses, this returns true if the service returned a value for the Layers property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
layersThe function's layers. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasLayers()method.- Returns:
- The function's layers.
 
- 
masterArnFor Lambda@Edge functions, the ARN of the master function. - Returns:
- For Lambda@Edge functions, the ARN of the master function.
 
- 
memorySizeThe memory that is allocated to the function. - Returns:
- The memory that is allocated to the function.
 
- 
revisionIdThe latest updated revision of the function or alias. - Returns:
- The latest updated revision of the function or alias.
 
- 
role
- 
runtimeThe runtime environment for the Lambda function. - Returns:
- The runtime environment for the Lambda function.
 
- 
timeoutThe amount of time that Lambda allows a function to run before stopping it. - Returns:
- The amount of time that Lambda allows a function to run before stopping it.
 
- 
tracingConfigThe function's X-Ray tracing configuration. - Returns:
- The function's X-Ray tracing configuration.
 
- 
vpcConfigThe function's networking configuration. - Returns:
- The function's networking configuration.
 
- 
versionThe version of the Lambda function. - Returns:
- The version of the Lambda function.
 
- 
hasArchitecturespublic final boolean hasArchitectures()For responses, this returns true if the service returned a value for the Architectures property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
architecturesThe instruction set architecture that the function uses. Valid values are x86_64orarm64.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasArchitectures()method.- Returns:
- The instruction set architecture that the function uses. Valid values are x86_64orarm64.
 
- 
packageTypeThe type of deployment package that's used to deploy the function code to Lambda. Set to Imagefor a container image andZipfor a .zip file archive.- Returns:
- The type of deployment package that's used to deploy the function code to Lambda. Set to
         Imagefor a container image andZipfor a .zip file archive.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AwsLambdaFunctionDetails.Builder,- AwsLambdaFunctionDetails> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-