Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
StorageLocation |
StorageLocation.clone() |
StorageLocation |
CreateFpgaImageRequest.getInputStorageLocation()
The location of the encrypted design checkpoint in Amazon S3.
|
StorageLocation |
CreateFpgaImageRequest.getLogsStorageLocation()
The location in Amazon S3 for the output logs.
|
StorageLocation |
StorageLocation.withBucket(String bucket)
The name of the S3 bucket.
|
StorageLocation |
StorageLocation.withKey(String key)
The key.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFpgaImageRequest.setInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
void |
CreateFpgaImageRequest.setLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest |
CreateFpgaImageRequest.withInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
CreateFpgaImageRequest |
CreateFpgaImageRequest.withLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
Copyright © 2020. All rights reserved.