Interface ExportToS3Task.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExportToS3Task.Builder,,- ExportToS3Task> - SdkBuilder<ExportToS3Task.Builder,,- ExportToS3Task> - SdkPojo
- Enclosing class:
- ExportToS3Task
@Mutable
@NotThreadSafe
public static interface ExportToS3Task.Builder
extends SdkPojo, CopyableBuilder<ExportToS3Task.Builder,ExportToS3Task> 
- 
Method SummaryModifier and TypeMethodDescriptioncontainerFormat(String containerFormat) The container format used to combine disk images with metadata (such as OVF).containerFormat(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).diskImageFormat(String diskImageFormat) The format for the exported image.diskImageFormat(DiskImageFormat diskImageFormat) The format for the exported image.The Amazon S3 bucket for the destination image.The encryption key for your S3 bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
containerFormatThe container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported. - Parameters:
- containerFormat- The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
containerFormatThe container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported. - Parameters:
- containerFormat- The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
diskImageFormatThe format for the exported image. - Parameters:
- diskImageFormat- The format for the exported image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
diskImageFormatThe format for the exported image. - Parameters:
- diskImageFormat- The format for the exported image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3BucketThe Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.- Parameters:
- s3Bucket- The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the- Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3KeyThe encryption key for your S3 bucket. - Parameters:
- s3Key- The encryption key for your S3 bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-