public static interface LayerVersionContentOutput.Builder extends SdkPojo, CopyableBuilder<LayerVersionContentOutput.Builder,LayerVersionContentOutput>
| Modifier and Type | Method and Description | 
|---|---|
| LayerVersionContentOutput.Builder | codeSha256(String codeSha256)
 The SHA-256 hash of the layer archive. | 
| LayerVersionContentOutput.Builder | codeSize(Long codeSize)
 The size of the layer archive in bytes. | 
| LayerVersionContentOutput.Builder | location(String location)
 A link to the layer archive in Amazon S3 that is valid for 10 minutes. | 
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLayerVersionContentOutput.Builder location(String location)
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
location - A link to the layer archive in Amazon S3 that is valid for 10 minutes.LayerVersionContentOutput.Builder codeSha256(String codeSha256)
The SHA-256 hash of the layer archive.
codeSha256 - The SHA-256 hash of the layer archive.LayerVersionContentOutput.Builder codeSize(Long codeSize)
The size of the layer archive in bytes.
codeSize - The size of the layer archive in bytes.Copyright © 2019. All rights reserved.