| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
S3ExportConfiguration |
S3ExportConfiguration.clone() |
S3ExportConfiguration |
Distribution.getS3ExportConfiguration()
Configure export settings to deliver disk images created from your image build, using a file format that is
compatible with your VMs in that Region.
|
S3ExportConfiguration |
S3ExportConfiguration.withDiskImageFormat(DiskImageFormat diskImageFormat)
Export the updated image to one of the following supported disk image formats:
|
S3ExportConfiguration |
S3ExportConfiguration.withDiskImageFormat(String diskImageFormat)
Export the updated image to one of the following supported disk image formats:
|
S3ExportConfiguration |
S3ExportConfiguration.withRoleName(String roleName)
The name of the role that grants VM Import/Export permission to export images to your S3 bucket.
|
S3ExportConfiguration |
S3ExportConfiguration.withS3Bucket(String s3Bucket)
The S3 bucket in which to store the output disk images for your VM.
|
S3ExportConfiguration |
S3ExportConfiguration.withS3Prefix(String s3Prefix)
The Amazon S3 path for the bucket where the output disk images for your VM are stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.setS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
Configure export settings to deliver disk images created from your image build, using a file format that is
compatible with your VMs in that Region.
|
Distribution |
Distribution.withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
Configure export settings to deliver disk images created from your image build, using a file format that is
compatible with your VMs in that Region.
|
Copyright © 2024. All rights reserved.