Uses of Interface
software.amazon.awssdk.services.ec2.model.ExportTaskS3Location.Builder
Packages that use ExportTaskS3Location.Builder
-
Uses of ExportTaskS3Location.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportTaskS3Location.BuilderModifier and TypeMethodDescriptionstatic ExportTaskS3Location.BuilderExportTaskS3Location.builder()The destination Amazon S3 bucket.The prefix (logical hierarchy) in the bucket.ExportTaskS3Location.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExportTaskS3Location.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportTaskS3Location.Builder>ExportTaskS3Location.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ExportTaskS3Location.BuilderModifier and TypeMethodDescriptiondefault ExportImageResponse.BuilderExportImageResponse.Builder.s3ExportLocation(Consumer<ExportTaskS3Location.Builder> s3ExportLocation) Information about the destination Amazon S3 bucket.default ExportImageTask.BuilderExportImageTask.Builder.s3ExportLocation(Consumer<ExportTaskS3Location.Builder> s3ExportLocation) Information about the destination Amazon S3 bucket.