public static interface HypervisorDetails.Builder extends SdkPojo, CopyableBuilder<HypervisorDetails.Builder,HypervisorDetails>
| Modifier and Type | Method and Description |
|---|---|
HypervisorDetails.Builder |
host(String host)
The server host of the hypervisor.
|
HypervisorDetails.Builder |
hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
HypervisorDetails.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.
|
HypervisorDetails.Builder |
lastSuccessfulMetadataSyncTime(Instant lastSuccessfulMetadataSyncTime)
This is the time when the most recent successful sync of metadata occurred.
|
HypervisorDetails.Builder |
latestMetadataSyncStatus(String latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails.Builder |
latestMetadataSyncStatus(SyncMetadataStatus latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails.Builder |
latestMetadataSyncStatusMessage(String latestMetadataSyncStatusMessage)
This is the most recent status for the indicated metadata sync.
|
HypervisorDetails.Builder |
logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
HypervisorDetails.Builder |
name(String name)
This is the name of the specified hypervisor.
|
HypervisorDetails.Builder |
state(HypervisorState state)
This is the current state of the specified hypervisor.
|
HypervisorDetails.Builder |
state(String state)
This is the current state of the specified hypervisor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHypervisorDetails.Builder host(String host)
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
host - The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name
(FQDN).HypervisorDetails.Builder hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.HypervisorDetails.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.
kmsKeyArn - The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.HypervisorDetails.Builder lastSuccessfulMetadataSyncTime(Instant lastSuccessfulMetadataSyncTime)
This is the time when the most recent successful sync of metadata occurred.
lastSuccessfulMetadataSyncTime - This is the time when the most recent successful sync of metadata occurred.HypervisorDetails.Builder latestMetadataSyncStatus(String latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
latestMetadataSyncStatus - This is the most recent status for the indicated metadata sync.SyncMetadataStatus,
SyncMetadataStatusHypervisorDetails.Builder latestMetadataSyncStatus(SyncMetadataStatus latestMetadataSyncStatus)
This is the most recent status for the indicated metadata sync.
latestMetadataSyncStatus - This is the most recent status for the indicated metadata sync.SyncMetadataStatus,
SyncMetadataStatusHypervisorDetails.Builder latestMetadataSyncStatusMessage(String latestMetadataSyncStatusMessage)
This is the most recent status for the indicated metadata sync.
latestMetadataSyncStatusMessage - This is the most recent status for the indicated metadata sync.HypervisorDetails.Builder logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
logGroupArn - The Amazon Resource Name (ARN) of the group of gateways within the requested log.HypervisorDetails.Builder name(String name)
This is the name of the specified hypervisor.
name - This is the name of the specified hypervisor.HypervisorDetails.Builder state(String state)
This is the current state of the specified hypervisor.
The possible states are PENDING, ONLINE, OFFLINE, or
ERROR.
state - This is the current state of the specified hypervisor.
The possible states are PENDING, ONLINE, OFFLINE, or
ERROR.
HypervisorState,
HypervisorStateHypervisorDetails.Builder state(HypervisorState state)
This is the current state of the specified hypervisor.
The possible states are PENDING, ONLINE, OFFLINE, or
ERROR.
state - This is the current state of the specified hypervisor.
The possible states are PENDING, ONLINE, OFFLINE, or
ERROR.
HypervisorState,
HypervisorStateCopyright © 2023. All rights reserved.