Interface CreateFunctionResponse.Builder
- 
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateFunctionResponse.Builder,CreateFunctionResponse>,- LambdaResponse.Builder,- SdkBuilder<CreateFunctionResponse.Builder,CreateFunctionResponse>,- SdkPojo,- SdkResponse.Builder
 - Enclosing class:
- CreateFunctionResponse
 
 @Mutable @NotThreadSafe public static interface CreateFunctionResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<CreateFunctionResponse.Builder,CreateFunctionResponse> 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateFunctionResponse.Builderarchitectures(Collection<Architecture> architectures)The instruction set architecture that the function supports.CreateFunctionResponse.Builderarchitectures(Architecture... architectures)The instruction set architecture that the function supports.CreateFunctionResponse.BuilderarchitecturesWithStrings(String... architectures)The instruction set architecture that the function supports.CreateFunctionResponse.BuilderarchitecturesWithStrings(Collection<String> architectures)The instruction set architecture that the function supports.CreateFunctionResponse.BuildercodeSha256(String codeSha256)The SHA256 hash of the function's deployment package.CreateFunctionResponse.BuildercodeSize(Long codeSize)The size of the function's deployment package, in bytes.default CreateFunctionResponse.BuilderdeadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig)The function's dead letter queue.CreateFunctionResponse.BuilderdeadLetterConfig(DeadLetterConfig deadLetterConfig)The function's dead letter queue.CreateFunctionResponse.Builderdescription(String description)The function's description.default CreateFunctionResponse.Builderenvironment(Consumer<EnvironmentResponse.Builder> environment)The function's environment variables.CreateFunctionResponse.Builderenvironment(EnvironmentResponse environment)The function's environment variables.default CreateFunctionResponse.BuilderephemeralStorage(Consumer<EphemeralStorage.Builder> ephemeralStorage)The size of the function's/tmpdirectory in MB.CreateFunctionResponse.BuilderephemeralStorage(EphemeralStorage ephemeralStorage)The size of the function's/tmpdirectory in MB.CreateFunctionResponse.BuilderfileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs)Connection settings for an Amazon EFS file system.CreateFunctionResponse.BuilderfileSystemConfigs(Consumer<FileSystemConfig.Builder>... fileSystemConfigs)Connection settings for an Amazon EFS file system.CreateFunctionResponse.BuilderfileSystemConfigs(FileSystemConfig... fileSystemConfigs)Connection settings for an Amazon EFS file system.CreateFunctionResponse.BuilderfunctionArn(String functionArn)The function's Amazon Resource Name (ARN).CreateFunctionResponse.BuilderfunctionName(String functionName)The name of the function.CreateFunctionResponse.Builderhandler(String handler)The function that Lambda calls to begin running your function.default CreateFunctionResponse.BuilderimageConfigResponse(Consumer<ImageConfigResponse.Builder> imageConfigResponse)The function's image configuration values.CreateFunctionResponse.BuilderimageConfigResponse(ImageConfigResponse imageConfigResponse)The function's image configuration values.CreateFunctionResponse.BuilderkmsKeyArn(String kmsKeyArn)The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:CreateFunctionResponse.BuilderlastModified(String lastModified)The date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).CreateFunctionResponse.BuilderlastUpdateStatus(String lastUpdateStatus)The status of the last update that was performed on the function.CreateFunctionResponse.BuilderlastUpdateStatus(LastUpdateStatus lastUpdateStatus)The status of the last update that was performed on the function.CreateFunctionResponse.BuilderlastUpdateStatusReason(String lastUpdateStatusReason)The reason for the last update that was performed on the function.CreateFunctionResponse.BuilderlastUpdateStatusReasonCode(String lastUpdateStatusReasonCode)The reason code for the last update that was performed on the function.CreateFunctionResponse.BuilderlastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode)The reason code for the last update that was performed on the function.CreateFunctionResponse.Builderlayers(Collection<Layer> layers)The function's layers.CreateFunctionResponse.Builderlayers(Consumer<Layer.Builder>... layers)The function's layers.CreateFunctionResponse.Builderlayers(Layer... layers)The function's layers.default CreateFunctionResponse.BuilderloggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)The function's Amazon CloudWatch Logs configuration settings.CreateFunctionResponse.BuilderloggingConfig(LoggingConfig loggingConfig)The function's Amazon CloudWatch Logs configuration settings.CreateFunctionResponse.BuildermasterArn(String masterArn)For Lambda@Edge functions, the ARN of the main function.CreateFunctionResponse.BuildermemorySize(Integer memorySize)The amount of memory available to the function at runtime.CreateFunctionResponse.BuilderpackageType(String packageType)The type of deployment package.CreateFunctionResponse.BuilderpackageType(PackageType packageType)The type of deployment package.CreateFunctionResponse.BuilderrevisionId(String revisionId)The latest updated revision of the function or alias.CreateFunctionResponse.Builderrole(String role)The function's execution role.CreateFunctionResponse.Builderruntime(String runtime)The identifier of the function's runtime.CreateFunctionResponse.Builderruntime(Runtime runtime)The identifier of the function's runtime.default CreateFunctionResponse.BuilderruntimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)The ARN of the runtime and any errors that occured.CreateFunctionResponse.BuilderruntimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig)The ARN of the runtime and any errors that occured.CreateFunctionResponse.BuildersigningJobArn(String signingJobArn)The ARN of the signing job.CreateFunctionResponse.BuildersigningProfileVersionArn(String signingProfileVersionArn)The ARN of the signing profile version.default CreateFunctionResponse.BuildersnapStart(Consumer<SnapStartResponse.Builder> snapStart)SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.CreateFunctionResponse.BuildersnapStart(SnapStartResponse snapStart)SetApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.CreateFunctionResponse.Builderstate(String state)The current state of the function.CreateFunctionResponse.Builderstate(State state)The current state of the function.CreateFunctionResponse.BuilderstateReason(String stateReason)The reason for the function's current state.CreateFunctionResponse.BuilderstateReasonCode(String stateReasonCode)The reason code for the function's current state.CreateFunctionResponse.BuilderstateReasonCode(StateReasonCode stateReasonCode)The reason code for the function's current state.CreateFunctionResponse.Buildertimeout(Integer timeout)The amount of time in seconds that Lambda allows a function to run before stopping it.default CreateFunctionResponse.BuildertracingConfig(Consumer<TracingConfigResponse.Builder> tracingConfig)The function's X-Ray tracing configuration.CreateFunctionResponse.BuildertracingConfig(TracingConfigResponse tracingConfig)The function's X-Ray tracing configuration.CreateFunctionResponse.Builderversion(String version)The version of the Lambda function.default CreateFunctionResponse.BuildervpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)The function's networking configuration.CreateFunctionResponse.BuildervpcConfig(VpcConfigResponse vpcConfig)The function's networking configuration.- 
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopy
 - 
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builderbuild, responseMetadata, responseMetadata
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, build
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
 
- 
 
- 
- 
- 
Method Detail- 
functionNameCreateFunctionResponse.Builder functionName(String functionName) The name of the function. - Parameters:
- functionName- The name of the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
functionArnCreateFunctionResponse.Builder functionArn(String functionArn) The function's Amazon Resource Name (ARN). - Parameters:
- functionArn- The function's Amazon Resource Name (ARN).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
runtimeCreateFunctionResponse.Builder runtime(String runtime) The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image. The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. For a list of all currently supported runtimes, see Supported runtimes. - Parameters:
- runtime- The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image.- The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. - For a list of all currently supported runtimes, see Supported runtimes. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- Runtime,- Runtime
 
 - 
runtimeCreateFunctionResponse.Builder runtime(Runtime runtime) The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image. The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. For a list of all currently supported runtimes, see Supported runtimes. - Parameters:
- runtime- The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image.- The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see Runtime use after deprecation. - For a list of all currently supported runtimes, see Supported runtimes. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- Runtime,- Runtime
 
 - 
roleCreateFunctionResponse.Builder role(String role) The function's execution role. - Parameters:
- role- The function's execution role.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
handlerCreateFunctionResponse.Builder handler(String handler) The function that Lambda calls to begin running your function. - Parameters:
- handler- The function that Lambda calls to begin running your function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
codeSizeCreateFunctionResponse.Builder codeSize(Long codeSize) The size of the function's deployment package, in bytes. - Parameters:
- codeSize- The size of the function's deployment package, in bytes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
descriptionCreateFunctionResponse.Builder description(String description) The function's description. - Parameters:
- description- The function's description.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
timeoutCreateFunctionResponse.Builder timeout(Integer timeout) The amount of time in seconds that Lambda allows a function to run before stopping it. - Parameters:
- timeout- The amount of time in seconds that Lambda allows a function to run before stopping it.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
memorySizeCreateFunctionResponse.Builder memorySize(Integer memorySize) The amount of memory available to the function at runtime. - Parameters:
- memorySize- The amount of memory available to the function at runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedCreateFunctionResponse.Builder lastModified(String lastModified) The date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). - Parameters:
- lastModified- The date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
codeSha256CreateFunctionResponse.Builder codeSha256(String codeSha256) The SHA256 hash of the function's deployment package. - Parameters:
- codeSha256- The SHA256 hash of the function's deployment package.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
versionCreateFunctionResponse.Builder version(String version) The version of the Lambda function. - Parameters:
- version- The version of the Lambda function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcConfigCreateFunctionResponse.Builder vpcConfig(VpcConfigResponse vpcConfig) The function's networking configuration. - Parameters:
- vpcConfig- The function's networking configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcConfigdefault CreateFunctionResponse.Builder vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration. This is a convenience method that creates an instance of theVpcConfigResponse.Builderavoiding the need to create one manually viaVpcConfigResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfig(VpcConfigResponse).- Parameters:
- vpcConfig- a consumer that will call methods on- VpcConfigResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- vpcConfig(VpcConfigResponse)
 
 - 
deadLetterConfigCreateFunctionResponse.Builder deadLetterConfig(DeadLetterConfig deadLetterConfig) The function's dead letter queue. - Parameters:
- deadLetterConfig- The function's dead letter queue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
deadLetterConfigdefault CreateFunctionResponse.Builder deadLetterConfig(Consumer<DeadLetterConfig.Builder> deadLetterConfig) The function's dead letter queue. This is a convenience method that creates an instance of theDeadLetterConfig.Builderavoiding the need to create one manually viaDeadLetterConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeadLetterConfig(DeadLetterConfig).- Parameters:
- deadLetterConfig- a consumer that will call methods on- DeadLetterConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- deadLetterConfig(DeadLetterConfig)
 
 - 
environmentCreateFunctionResponse.Builder environment(EnvironmentResponse environment) The function's environment variables. Omitted from CloudTrail logs. - Parameters:
- environment- The function's environment variables. Omitted from CloudTrail logs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
environmentdefault CreateFunctionResponse.Builder environment(Consumer<EnvironmentResponse.Builder> environment) The function's environment variables. Omitted from CloudTrail logs. This is a convenience method that creates an instance of theEnvironmentResponse.Builderavoiding the need to create one manually viaEnvironmentResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironment(EnvironmentResponse).- Parameters:
- environment- a consumer that will call methods on- EnvironmentResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- environment(EnvironmentResponse)
 
 - 
kmsKeyArnCreateFunctionResponse.Builder kmsKeyArn(String kmsKeyArn) The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources: - 
 The function's environment variables. 
- 
 The function's Lambda SnapStart snapshots. 
- 
 When used with SourceKMSKeyArn, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see Specifying a customer managed key for Lambda.
- 
 The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see Function lifecycle. 
 If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key or an Amazon Web Services managed key. - Parameters:
- kmsKeyArn- The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:- 
        The function's environment variables. 
- 
        The function's Lambda SnapStart snapshots. 
- 
        When used with SourceKMSKeyArn, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see Specifying a customer managed key for Lambda.
- 
        The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see Function lifecycle. 
 - If you don't provide a customer managed key, Lambda uses an Amazon Web Services owned key or an Amazon Web Services managed key. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
 - 
tracingConfigCreateFunctionResponse.Builder tracingConfig(TracingConfigResponse tracingConfig) The function's X-Ray tracing configuration. - Parameters:
- tracingConfig- The function's X-Ray tracing configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
tracingConfigdefault CreateFunctionResponse.Builder tracingConfig(Consumer<TracingConfigResponse.Builder> tracingConfig) The function's X-Ray tracing configuration. This is a convenience method that creates an instance of theTracingConfigResponse.Builderavoiding the need to create one manually viaTracingConfigResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totracingConfig(TracingConfigResponse).- Parameters:
- tracingConfig- a consumer that will call methods on- TracingConfigResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- tracingConfig(TracingConfigResponse)
 
 - 
masterArnCreateFunctionResponse.Builder masterArn(String masterArn) For Lambda@Edge functions, the ARN of the main function. - Parameters:
- masterArn- For Lambda@Edge functions, the ARN of the main function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
revisionIdCreateFunctionResponse.Builder revisionId(String revisionId) The latest updated revision of the function or alias. - Parameters:
- revisionId- The latest updated revision of the function or alias.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
layersCreateFunctionResponse.Builder layers(Collection<Layer> layers) The function's layers. - Parameters:
- layers- The function's layers.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
layersCreateFunctionResponse.Builder layers(Layer... layers) The function's layers. - Parameters:
- layers- The function's layers.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
layersCreateFunctionResponse.Builder layers(Consumer<Layer.Builder>... layers) The function's layers. This is a convenience method that creates an instance of theLayer.Builderavoiding the need to create one manually viaLayer.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#layers(List.) - Parameters:
- layers- a consumer that will call methods on- Layer.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- #layers(java.util.Collection- ) 
 
 - 
stateCreateFunctionResponse.Builder state(String state) The current state of the function. When the state is Inactive, you can reactivate the function by invoking it.
 - 
stateCreateFunctionResponse.Builder state(State state) The current state of the function. When the state is Inactive, you can reactivate the function by invoking it.
 - 
stateReasonCreateFunctionResponse.Builder stateReason(String stateReason) The reason for the function's current state. - Parameters:
- stateReason- The reason for the function's current state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
stateReasonCodeCreateFunctionResponse.Builder stateReasonCode(String stateReasonCode) The reason code for the function's current state. When the code is Creating, you can't invoke or modify the function.- Parameters:
- stateReasonCode- The reason code for the function's current state. When the code is- Creating, you can't invoke or modify the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- StateReasonCode,- StateReasonCode
 
 - 
stateReasonCodeCreateFunctionResponse.Builder stateReasonCode(StateReasonCode stateReasonCode) The reason code for the function's current state. When the code is Creating, you can't invoke or modify the function.- Parameters:
- stateReasonCode- The reason code for the function's current state. When the code is- Creating, you can't invoke or modify the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- StateReasonCode,- StateReasonCode
 
 - 
lastUpdateStatusCreateFunctionResponse.Builder lastUpdateStatus(String lastUpdateStatus) The status of the last update that was performed on the function. This is first set to Successfulafter function creation completes.- Parameters:
- lastUpdateStatus- The status of the last update that was performed on the function. This is first set to- Successfulafter function creation completes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- LastUpdateStatus,- LastUpdateStatus
 
 - 
lastUpdateStatusCreateFunctionResponse.Builder lastUpdateStatus(LastUpdateStatus lastUpdateStatus) The status of the last update that was performed on the function. This is first set to Successfulafter function creation completes.- Parameters:
- lastUpdateStatus- The status of the last update that was performed on the function. This is first set to- Successfulafter function creation completes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- LastUpdateStatus,- LastUpdateStatus
 
 - 
lastUpdateStatusReasonCreateFunctionResponse.Builder lastUpdateStatusReason(String lastUpdateStatusReason) The reason for the last update that was performed on the function. - Parameters:
- lastUpdateStatusReason- The reason for the last update that was performed on the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
lastUpdateStatusReasonCodeCreateFunctionResponse.Builder lastUpdateStatusReasonCode(String lastUpdateStatusReasonCode) The reason code for the last update that was performed on the function. - Parameters:
- lastUpdateStatusReasonCode- The reason code for the last update that was performed on the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- LastUpdateStatusReasonCode,- LastUpdateStatusReasonCode
 
 - 
lastUpdateStatusReasonCodeCreateFunctionResponse.Builder lastUpdateStatusReasonCode(LastUpdateStatusReasonCode lastUpdateStatusReasonCode) The reason code for the last update that was performed on the function. - Parameters:
- lastUpdateStatusReasonCode- The reason code for the last update that was performed on the function.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- LastUpdateStatusReasonCode,- LastUpdateStatusReasonCode
 
 - 
fileSystemConfigsCreateFunctionResponse.Builder fileSystemConfigs(Collection<FileSystemConfig> fileSystemConfigs) Connection settings for an Amazon EFS file system. - Parameters:
- fileSystemConfigs- Connection settings for an Amazon EFS file system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
fileSystemConfigsCreateFunctionResponse.Builder fileSystemConfigs(FileSystemConfig... fileSystemConfigs) Connection settings for an Amazon EFS file system. - Parameters:
- fileSystemConfigs- Connection settings for an Amazon EFS file system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
fileSystemConfigsCreateFunctionResponse.Builder fileSystemConfigs(Consumer<FileSystemConfig.Builder>... fileSystemConfigs) Connection settings for an Amazon EFS file system. This is a convenience method that creates an instance of theFileSystemConfig.Builderavoiding the need to create one manually viaFileSystemConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fileSystemConfigs(List.) - Parameters:
- fileSystemConfigs- a consumer that will call methods on- FileSystemConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- #fileSystemConfigs(java.util.Collection- ) 
 
 - 
packageTypeCreateFunctionResponse.Builder packageType(String packageType) The type of deployment package. Set to Imagefor container image and setZipfor .zip file archive.- Parameters:
- packageType- The type of deployment package. Set to- Imagefor container image and set- Zipfor .zip file archive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- PackageType,- PackageType
 
 - 
packageTypeCreateFunctionResponse.Builder packageType(PackageType packageType) The type of deployment package. Set to Imagefor container image and setZipfor .zip file archive.- Parameters:
- packageType- The type of deployment package. Set to- Imagefor container image and set- Zipfor .zip file archive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- PackageType,- PackageType
 
 - 
imageConfigResponseCreateFunctionResponse.Builder imageConfigResponse(ImageConfigResponse imageConfigResponse) The function's image configuration values. - Parameters:
- imageConfigResponse- The function's image configuration values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
imageConfigResponsedefault CreateFunctionResponse.Builder imageConfigResponse(Consumer<ImageConfigResponse.Builder> imageConfigResponse) The function's image configuration values. This is a convenience method that creates an instance of theImageConfigResponse.Builderavoiding the need to create one manually viaImageConfigResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageConfigResponse(ImageConfigResponse).- Parameters:
- imageConfigResponse- a consumer that will call methods on- ImageConfigResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- imageConfigResponse(ImageConfigResponse)
 
 - 
signingProfileVersionArnCreateFunctionResponse.Builder signingProfileVersionArn(String signingProfileVersionArn) The ARN of the signing profile version. - Parameters:
- signingProfileVersionArn- The ARN of the signing profile version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
signingJobArnCreateFunctionResponse.Builder signingJobArn(String signingJobArn) The ARN of the signing job. - Parameters:
- signingJobArn- The ARN of the signing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
architecturesWithStringsCreateFunctionResponse.Builder architecturesWithStrings(Collection<String> architectures) The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.- Parameters:
- architectures- The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is- x86_64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
architecturesWithStringsCreateFunctionResponse.Builder architecturesWithStrings(String... architectures) The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.- Parameters:
- architectures- The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is- x86_64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
architecturesCreateFunctionResponse.Builder architectures(Collection<Architecture> architectures) The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.- Parameters:
- architectures- The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is- x86_64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
architecturesCreateFunctionResponse.Builder architectures(Architecture... architectures) The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.- Parameters:
- architectures- The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is- x86_64.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
ephemeralStorageCreateFunctionResponse.Builder ephemeralStorage(EphemeralStorage ephemeralStorage) The size of the function's /tmpdirectory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).- Parameters:
- ephemeralStorage- The size of the function's- /tmpdirectory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
ephemeralStoragedefault CreateFunctionResponse.Builder ephemeralStorage(Consumer<EphemeralStorage.Builder> ephemeralStorage) The size of the function's This is a convenience method that creates an instance of the/tmpdirectory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).EphemeralStorage.Builderavoiding the need to create one manually viaEphemeralStorage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toephemeralStorage(EphemeralStorage).- Parameters:
- ephemeralStorage- a consumer that will call methods on- EphemeralStorage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- ephemeralStorage(EphemeralStorage)
 
 - 
snapStartCreateFunctionResponse.Builder snapStart(SnapStartResponse snapStart) Set ApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.- Parameters:
- snapStart- Set- ApplyOnto- PublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
snapStartdefault CreateFunctionResponse.Builder snapStart(Consumer<SnapStartResponse.Builder> snapStart) Set This is a convenience method that creates an instance of theApplyOntoPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.SnapStartResponse.Builderavoiding the need to create one manually viaSnapStartResponse.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosnapStart(SnapStartResponse).- Parameters:
- snapStart- a consumer that will call methods on- SnapStartResponse.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- snapStart(SnapStartResponse)
 
 - 
runtimeVersionConfigCreateFunctionResponse.Builder runtimeVersionConfig(RuntimeVersionConfig runtimeVersionConfig) The ARN of the runtime and any errors that occured. - Parameters:
- runtimeVersionConfig- The ARN of the runtime and any errors that occured.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
runtimeVersionConfigdefault CreateFunctionResponse.Builder runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig) The ARN of the runtime and any errors that occured. This is a convenience method that creates an instance of theRuntimeVersionConfig.Builderavoiding the need to create one manually viaRuntimeVersionConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toruntimeVersionConfig(RuntimeVersionConfig).- Parameters:
- runtimeVersionConfig- a consumer that will call methods on- RuntimeVersionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- runtimeVersionConfig(RuntimeVersionConfig)
 
 - 
loggingConfigCreateFunctionResponse.Builder loggingConfig(LoggingConfig loggingConfig) The function's Amazon CloudWatch Logs configuration settings. - Parameters:
- loggingConfig- The function's Amazon CloudWatch Logs configuration settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 - 
loggingConfigdefault CreateFunctionResponse.Builder loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) The function's Amazon CloudWatch Logs configuration settings. This is a convenience method that creates an instance of theLoggingConfig.Builderavoiding the need to create one manually viaLoggingConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologgingConfig(LoggingConfig).- Parameters:
- loggingConfig- a consumer that will call methods on- LoggingConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
- loggingConfig(LoggingConfig)
 
 
- 
 
-