Uses of Interface
software.amazon.awssdk.services.lambda.model.LayerVersionContentOutput.Builder
-
Packages that use LayerVersionContentOutput.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of LayerVersionContentOutput.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return LayerVersionContentOutput.Builder Modifier and Type Method Description static LayerVersionContentOutput.BuilderLayerVersionContentOutput. builder()LayerVersionContentOutput.BuilderLayerVersionContentOutput.Builder. codeSha256(String codeSha256)The SHA-256 hash of the layer archive.LayerVersionContentOutput.BuilderLayerVersionContentOutput.Builder. codeSize(Long codeSize)The size of the layer archive in bytes.LayerVersionContentOutput.BuilderLayerVersionContentOutput.Builder. location(String location)A link to the layer archive in Amazon S3 that is valid for 10 minutes.LayerVersionContentOutput.BuilderLayerVersionContentOutput.Builder. signingJobArn(String signingJobArn)The Amazon Resource Name (ARN) of a signing job.LayerVersionContentOutput.BuilderLayerVersionContentOutput.Builder. signingProfileVersionArn(String signingProfileVersionArn)The Amazon Resource Name (ARN) for a signing profile version.LayerVersionContentOutput.BuilderLayerVersionContentOutput. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type LayerVersionContentOutput.Builder Modifier and Type Method Description static Class<? extends LayerVersionContentOutput.Builder>LayerVersionContentOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type LayerVersionContentOutput.Builder Modifier and Type Method Description default GetLayerVersionByArnResponse.BuilderGetLayerVersionByArnResponse.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.default PublishLayerVersionResponse.BuilderPublishLayerVersionResponse.Builder. content(Consumer<LayerVersionContentOutput.Builder> content)Details about the layer version.
-