Uses of Interface
software.amazon.awssdk.services.lambda.model.LayerVersionContentOutput.Builder
Packages that use LayerVersionContentOutput.Builder
-
Uses of LayerVersionContentOutput.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LayerVersionContentOutput.BuilderModifier and TypeMethodDescriptionLayerVersionContentOutput.builder()LayerVersionContentOutput.Builder.codeSha256(String codeSha256) The SHA-256 hash of the layer archive.The size of the layer archive in bytes.A link to the layer archive in Amazon S3 that is valid for 10 minutes.LayerVersionContentOutput.Builder.signingJobArn(String signingJobArn) The Amazon Resource Name (ARN) of a signing job.LayerVersionContentOutput.Builder.signingProfileVersionArn(String signingProfileVersionArn) The Amazon Resource Name (ARN) for a signing profile version.LayerVersionContentOutput.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type LayerVersionContentOutput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LayerVersionContentOutput.Builder>LayerVersionContentOutput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type LayerVersionContentOutput.BuilderModifier and TypeMethodDescriptionGetLayerVersionByArnResponse.Builder.content(Consumer<LayerVersionContentOutput.Builder> content) Details about the layer version.default GetLayerVersionResponse.BuilderGetLayerVersionResponse.Builder.content(Consumer<LayerVersionContentOutput.Builder> content) Details about the layer version.PublishLayerVersionResponse.Builder.content(Consumer<LayerVersionContentOutput.Builder> content) Details about the layer version.