Uses of Interface
software.amazon.awssdk.services.ec2.model.StorageLocation.Builder
-
Packages that use StorageLocation.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of StorageLocation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StorageLocation.Builder Modifier and Type Method Description StorageLocation.BuilderStorageLocation.Builder. bucket(String bucket)The name of the S3 bucket.static StorageLocation.BuilderStorageLocation. builder()StorageLocation.BuilderStorageLocation.Builder. key(String key)The key.StorageLocation.BuilderStorageLocation. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StorageLocation.Builder Modifier and Type Method Description static Class<? extends StorageLocation.Builder>StorageLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type StorageLocation.Builder Modifier and Type Method Description default CreateFpgaImageRequest.BuilderCreateFpgaImageRequest.Builder. inputStorageLocation(Consumer<StorageLocation.Builder> inputStorageLocation)The location of the encrypted design checkpoint in Amazon S3.default CreateFpgaImageRequest.BuilderCreateFpgaImageRequest.Builder. logsStorageLocation(Consumer<StorageLocation.Builder> logsStorageLocation)The location in Amazon S3 for the output logs.
-