Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsLambdaFunctionCode.Builder
-
Packages that use AwsLambdaFunctionCode.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsLambdaFunctionCode.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsLambdaFunctionCode.Builder Modifier and Type Method Description static AwsLambdaFunctionCode.BuilderAwsLambdaFunctionCode. builder()AwsLambdaFunctionCode.BuilderAwsLambdaFunctionCode.Builder. s3Bucket(String s3Bucket)An Amazon S3 bucket in the same Amazon Web Services Region as your function.AwsLambdaFunctionCode.BuilderAwsLambdaFunctionCode.Builder. s3Key(String s3Key)The Amazon S3 key of the deployment package.AwsLambdaFunctionCode.BuilderAwsLambdaFunctionCode.Builder. s3ObjectVersion(String s3ObjectVersion)For versioned objects, the version of the deployment package object to use.AwsLambdaFunctionCode.BuilderAwsLambdaFunctionCode. toBuilder()AwsLambdaFunctionCode.BuilderAwsLambdaFunctionCode.Builder. zipFile(String zipFile)The base64-encoded contents of the deployment package.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsLambdaFunctionCode.Builder Modifier and Type Method Description static Class<? extends AwsLambdaFunctionCode.Builder>AwsLambdaFunctionCode. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsLambdaFunctionCode.Builder Modifier and Type Method Description default AwsLambdaFunctionDetails.BuilderAwsLambdaFunctionDetails.Builder. code(Consumer<AwsLambdaFunctionCode.Builder> code)AnAwsLambdaFunctionCodeobject.
-