Class FunctionCodeLocation
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FunctionCodeLocation.Builder,FunctionCodeLocation>
Details about a function's deployment package.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionCodeLocation.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.error()An object that contains details about an error related to function deployment package retrieval.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringimageUri()URI of a container image in the Amazon ECR registry.final Stringlocation()A presigned URL that you can use to download the deployment package.final StringThe service that's hosting the file.final StringThe resolved URI for the image.final ResolvedS3ObjectThe resolved Amazon S3 object that contains the deployment package.static Class<? extends FunctionCodeLocation.Builder> final StringThe ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package.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.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
repositoryType
The service that's hosting the file.
- Returns:
- The service that's hosting the file.
-
location
A presigned URL that you can use to download the deployment package.
- Returns:
- A presigned URL that you can use to download the deployment package.
-
imageUri
URI of a container image in the Amazon ECR registry.
- Returns:
- URI of a container image in the Amazon ECR registry.
-
resolvedImageUri
The resolved URI for the image.
- Returns:
- The resolved URI for the image.
-
resolvedS3Object
The resolved Amazon S3 object that contains the deployment package.
- Returns:
- The resolved Amazon S3 object that contains the deployment package.
-
sourceKMSKeyArn
The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key.
- Returns:
- The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key.
-
error
An object that contains details about an error related to function deployment package retrieval.
- Returns:
- An object that contains details about an error related to function deployment package retrieval.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<FunctionCodeLocation.Builder,FunctionCodeLocation> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description 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 interfaceSdkPojo- 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 interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-