Uses of Interface
software.amazon.awssdk.services.ec2.model.ExportTaskS3Location.Builder
-
Packages that use ExportTaskS3Location.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ExportTaskS3Location.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ExportTaskS3Location.Builder Modifier and Type Method Description static ExportTaskS3Location.BuilderExportTaskS3Location. builder()ExportTaskS3Location.BuilderExportTaskS3Location.Builder. s3Bucket(String s3Bucket)The destination Amazon S3 bucket.ExportTaskS3Location.BuilderExportTaskS3Location.Builder. s3Prefix(String s3Prefix)The prefix (logical hierarchy) in the bucket.ExportTaskS3Location.BuilderExportTaskS3Location. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExportTaskS3Location.Builder Modifier and Type Method Description static Class<? extends ExportTaskS3Location.Builder>ExportTaskS3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ExportTaskS3Location.Builder Modifier and Type Method Description default 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.
-