public static interface ListVolumesResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<ListVolumesResponse.Builder,ListVolumesResponse>
Modifier and Type | Method and Description |
---|---|
ListVolumesResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
ListVolumesResponse.Builder |
marker(String marker)
Sets the value of the Marker property for this object.
|
ListVolumesResponse.Builder |
volumeInfos(Collection<VolumeInfo> volumeInfos)
Sets the value of the VolumeInfos property for this object.
|
ListVolumesResponse.Builder |
volumeInfos(VolumeInfo... volumeInfos)
Sets the value of the VolumeInfos property for this object.
|
build
copy
apply, build
ListVolumesResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.ListVolumesResponse.Builder marker(String marker)
marker
- The new value for the Marker property for this object.ListVolumesResponse.Builder volumeInfos(Collection<VolumeInfo> volumeInfos)
volumeInfos
- The new value for the VolumeInfos property for this object.ListVolumesResponse.Builder volumeInfos(VolumeInfo... volumeInfos)
volumeInfos
- The new value for the VolumeInfos property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.