public static interface LayerVersionContentInput.Builder extends SdkPojo, CopyableBuilder<LayerVersionContentInput.Builder,LayerVersionContentInput>
| Modifier and Type | Method and Description | 
|---|---|
| LayerVersionContentInput.Builder | s3Bucket(String s3Bucket)
 The Amazon S3 bucket of the layer archive. | 
| LayerVersionContentInput.Builder | s3Key(String s3Key)
 The Amazon S3 key of the layer archive. | 
| LayerVersionContentInput.Builder | s3ObjectVersion(String s3ObjectVersion)
 For versioned objects, the version of the layer archive object to use. | 
| LayerVersionContentInput.Builder | zipFile(SdkBytes zipFile)
 The base64-encoded contents of the layer archive. | 
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLayerVersionContentInput.Builder s3Bucket(String s3Bucket)
The Amazon S3 bucket of the layer archive.
s3Bucket - The Amazon S3 bucket of the layer archive.LayerVersionContentInput.Builder s3Key(String s3Key)
The Amazon S3 key of the layer archive.
s3Key - The Amazon S3 key of the layer archive.LayerVersionContentInput.Builder s3ObjectVersion(String s3ObjectVersion)
For versioned objects, the version of the layer archive object to use.
s3ObjectVersion - For versioned objects, the version of the layer archive object to use.LayerVersionContentInput.Builder zipFile(SdkBytes zipFile)
The base64-encoded contents of the layer archive. AWS SDK and AWS CLI clients handle the encoding for you.
zipFile - The base64-encoded contents of the layer archive. AWS SDK and AWS CLI clients handle the encoding for
        you.Copyright © 2019. All rights reserved.