public static interface ListLocalDisksResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListLocalDisksResponse.Builder,ListLocalDisksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLocalDisksResponse.Builder |
disks(Collection<Disk> disks)
A JSON object containing the following fields:
|
ListLocalDisksResponse.Builder |
disks(Consumer<Disk.Builder>... disks)
A JSON object containing the following fields:
|
ListLocalDisksResponse.Builder |
disks(Disk... disks)
A JSON object containing the following fields:
|
ListLocalDisksResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLocalDisksResponse.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.ListLocalDisksResponse.Builder disks(Collection<Disk> disks)
A JSON object containing the following fields:
disks - A JSON object containing the following fields:
ListLocalDisksResponse.Builder disks(Disk... disks)
A JSON object containing the following fields:
disks - A JSON object containing the following fields:
ListLocalDisksResponse.Builder disks(Consumer<Disk.Builder>... disks)
A JSON object containing the following fields:
This is a convenience method that creates an instance of theDisk.Builder avoiding the need to create one
manually via Disk.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #disks(List.
disks - a consumer that will call methods on
Disk.Builder#disks(java.util.Collection) Copyright © 2023. All rights reserved.