| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static S3ExportConfiguration.Builder |
S3ExportConfiguration.builder() |
S3ExportConfiguration.Builder |
S3ExportConfiguration.Builder.diskImageFormat(DiskImageFormat diskImageFormat)
Export the updated image to one of the following supported disk image formats:
|
S3ExportConfiguration.Builder |
S3ExportConfiguration.Builder.diskImageFormat(String diskImageFormat)
Export the updated image to one of the following supported disk image formats:
|
S3ExportConfiguration.Builder |
S3ExportConfiguration.Builder.roleName(String roleName)
The name of the role that grants VM Import/Export permission to export images to your S3 bucket.
|
S3ExportConfiguration.Builder |
S3ExportConfiguration.Builder.s3Bucket(String s3Bucket)
The S3 bucket in which to store the output disk images for your VM.
|
S3ExportConfiguration.Builder |
S3ExportConfiguration.Builder.s3Prefix(String s3Prefix)
The Amazon S3 path for the bucket where the output disk images for your VM are stored.
|
S3ExportConfiguration.Builder |
S3ExportConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ExportConfiguration.Builder> |
S3ExportConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Distribution.Builder |
Distribution.Builder.s3ExportConfiguration(Consumer<S3ExportConfiguration.Builder> 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 © 2023. All rights reserved.