| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
StorageLocation.Builder |
StorageLocation.Builder.bucket(String bucket)
The name of the S3 bucket.
|
static StorageLocation.Builder |
StorageLocation.builder() |
StorageLocation.Builder |
StorageLocation.Builder.key(String key)
The key.
|
StorageLocation.Builder |
StorageLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StorageLocation.Builder> |
StorageLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.inputStorageLocation(Consumer<StorageLocation.Builder> inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
default CreateFpgaImageRequest.Builder |
CreateFpgaImageRequest.Builder.logsStorageLocation(Consumer<StorageLocation.Builder> logsStorageLocation)
The location in Amazon S3 for the output logs.
|
Copyright © 2023. All rights reserved.