Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static ExportTaskS3LocationRequest.Builder |
ExportTaskS3LocationRequest.builder() |
ExportTaskS3LocationRequest.Builder |
ExportTaskS3LocationRequest.Builder.s3Bucket(String s3Bucket)
The destination Amazon S3 bucket.
|
ExportTaskS3LocationRequest.Builder |
ExportTaskS3LocationRequest.Builder.s3Prefix(String s3Prefix)
The prefix (logical hierarchy) in the bucket.
|
ExportTaskS3LocationRequest.Builder |
ExportTaskS3LocationRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ExportTaskS3LocationRequest.Builder> |
ExportTaskS3LocationRequest.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default ExportImageRequest.Builder |
ExportImageRequest.Builder.s3ExportLocation(Consumer<ExportTaskS3LocationRequest.Builder> s3ExportLocation)
Information about the destination Amazon S3 bucket.
|
Copyright © 2022. All rights reserved.