public static interface GetHypervisorResponse.Builder extends BackupGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetHypervisorResponse.Builder,GetHypervisorResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetHypervisorResponse.Builder |
hypervisor(Consumer<HypervisorDetails.Builder> hypervisor)
Details about the requested hypervisor.
|
GetHypervisorResponse.Builder |
hypervisor(HypervisorDetails hypervisor)
Details about the requested hypervisor.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetHypervisorResponse.Builder hypervisor(HypervisorDetails hypervisor)
Details about the requested hypervisor.
hypervisor - Details about the requested hypervisor.default GetHypervisorResponse.Builder hypervisor(Consumer<HypervisorDetails.Builder> hypervisor)
Details about the requested hypervisor.
This is a convenience method that creates an instance of theHypervisorDetails.Builder avoiding the
need to create one manually via HypervisorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hypervisor(HypervisorDetails).
hypervisor - a consumer that will call methods on HypervisorDetails.Builderhypervisor(HypervisorDetails)Copyright © 2023. All rights reserved.