Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.S3ExportConfiguration.Builder
-
Packages that use S3ExportConfiguration.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of S3ExportConfiguration.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return S3ExportConfiguration.Builder Modifier and Type Method Description static S3ExportConfiguration.BuilderS3ExportConfiguration. builder()S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. diskImageFormat(String diskImageFormat)Export the updated image to one of the following supported disk image formats:S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. diskImageFormat(DiskImageFormat diskImageFormat)Export the updated image to one of the following supported disk image formats:S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. roleName(String roleName)The name of the role that grants VM Import/Export permission to export images to your S3 bucket.S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. s3Bucket(String s3Bucket)The S3 bucket in which to store the output disk images for your VM.S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. s3Prefix(String s3Prefix)The Amazon S3 path for the bucket where the output disk images for your VM are stored.S3ExportConfiguration.BuilderS3ExportConfiguration. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type S3ExportConfiguration.Builder Modifier and Type Method Description static Class<? extends S3ExportConfiguration.Builder>S3ExportConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type S3ExportConfiguration.Builder Modifier and Type Method Description default Distribution.BuilderDistribution.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.
-