Uses of Interface
software.amazon.awssdk.services.ec2.model.ExportTaskS3LocationRequest.Builder
-
Packages that use ExportTaskS3LocationRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ExportTaskS3LocationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportTaskS3LocationRequest.Builder Modifier and Type Method Description static ExportTaskS3LocationRequest.BuilderExportTaskS3LocationRequest. builder()ExportTaskS3LocationRequest.BuilderExportTaskS3LocationRequest.Builder. s3Bucket(String s3Bucket)The destination Amazon S3 bucket.ExportTaskS3LocationRequest.BuilderExportTaskS3LocationRequest.Builder. s3Prefix(String s3Prefix)The prefix (logical hierarchy) in the bucket.ExportTaskS3LocationRequest.BuilderExportTaskS3LocationRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExportTaskS3LocationRequest.Builder Modifier and Type Method Description static Class<? extends ExportTaskS3LocationRequest.Builder>ExportTaskS3LocationRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ExportTaskS3LocationRequest.Builder Modifier and Type Method Description default ExportImageRequest.BuilderExportImageRequest.Builder. s3ExportLocation(Consumer<ExportTaskS3LocationRequest.Builder> s3ExportLocation)The Amazon S3 bucket for the destination image.
-