public static interface StorageInfo.Builder extends SdkPojo, CopyableBuilder<StorageInfo.Builder,StorageInfo>
| Modifier and Type | Method and Description |
|---|---|
default StorageInfo.Builder |
ebsStorageInfo(Consumer<EBSStorageInfo.Builder> ebsStorageInfo)
EBS volume information.
|
StorageInfo.Builder |
ebsStorageInfo(EBSStorageInfo ebsStorageInfo)
EBS volume information.
|
copyapplyMutation, buildStorageInfo.Builder ebsStorageInfo(EBSStorageInfo ebsStorageInfo)
EBS volume information.
ebsStorageInfo - EBS volume information.default StorageInfo.Builder ebsStorageInfo(Consumer<EBSStorageInfo.Builder> ebsStorageInfo)
EBS volume information.
This is a convenience that creates an instance of theEBSStorageInfo.Builder avoiding the need to
create one manually via EBSStorageInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ebsStorageInfo(EBSStorageInfo).ebsStorageInfo - a consumer that will call methods on EBSStorageInfo.BuilderebsStorageInfo(EBSStorageInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.