| Package | Description |
|---|---|
| software.amazon.awssdk.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
static HypervisorDetails.Builder |
HypervisorDetails.builder() |
HypervisorDetails.Builder |
HypervisorDetails.Builder.host(String host)
The server host of the hypervisor.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.lastSuccessfulMetadataSyncTime(Instant lastSuccessfulMetadataSyncTime)
This is the time when the most recent successful sync of metadata occurred.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.latestMetadataSyncStatus(String latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.latestMetadataSyncStatus(SyncMetadataStatus latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.latestMetadataSyncStatusMessage(String latestMetadataSyncStatusMessage)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.name(String name)
This is the name of the specified hypervisor.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.state(HypervisorState state)
This is the current state of the specified hypervisor.
|
HypervisorDetails.Builder |
HypervisorDetails.Builder.state(String state)
This is the current state of the specified hypervisor.
|
HypervisorDetails.Builder |
HypervisorDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HypervisorDetails.Builder> |
HypervisorDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetHypervisorResponse.Builder |
GetHypervisorResponse.Builder.hypervisor(Consumer<HypervisorDetails.Builder> hypervisor)
Details about the requested hypervisor.
|
Copyright © 2023. All rights reserved.