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