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.Builder
LayerVersionContentOutput. builder()
LayerVersionContentOutput.Builder
LayerVersionContentOutput.Builder. codeSha256(String codeSha256)
The SHA-256 hash of the layer archive.LayerVersionContentOutput.Builder
LayerVersionContentOutput.Builder. codeSize(Long codeSize)
The size of the layer archive in bytes.LayerVersionContentOutput.Builder
LayerVersionContentOutput.Builder. location(String location)
A link to the layer archive in Amazon S3 that is valid for 10 minutes.LayerVersionContentOutput.Builder
LayerVersionContentOutput.Builder. signingJobArn(String signingJobArn)
The Amazon Resource Name (ARN) of a signing job.LayerVersionContentOutput.Builder
LayerVersionContentOutput.Builder. signingProfileVersionArn(String signingProfileVersionArn)
The Amazon Resource Name (ARN) for a signing profile version.LayerVersionContentOutput.Builder
LayerVersionContentOutput. 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.Builder
GetLayerVersionByArnResponse.Builder. content(Consumer<LayerVersionContentOutput.Builder> content)
Details about the layer version.default GetLayerVersionResponse.Builder
GetLayerVersionResponse.Builder. content(Consumer<LayerVersionContentOutput.Builder> content)
Details about the layer version.default PublishLayerVersionResponse.Builder
PublishLayerVersionResponse.Builder. content(Consumer<LayerVersionContentOutput.Builder> content)
Details about the layer version.
-