Interface HypervisorDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HypervisorDetails.Builder,,- HypervisorDetails> - SdkBuilder<HypervisorDetails.Builder,,- HypervisorDetails> - SdkPojo
- Enclosing class:
- HypervisorDetails
- 
Method SummaryModifier and TypeMethodDescriptionThe server host of the hypervisor.hypervisorArn(String hypervisorArn) The Amazon Resource Name (ARN) of the hypervisor.The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.lastSuccessfulMetadataSyncTime(Instant lastSuccessfulMetadataSyncTime) This is the time when the most recent successful sync of metadata occurred.latestMetadataSyncStatus(String latestMetadataSyncStatus) This is the most recent status for the indicated metadata sync.latestMetadataSyncStatus(SyncMetadataStatus latestMetadataSyncStatus) This is the most recent status for the indicated metadata sync.latestMetadataSyncStatusMessage(String latestMetadataSyncStatusMessage) This is the most recent status for the indicated metadata sync.logGroupArn(String logGroupArn) The Amazon Resource Name (ARN) of the group of gateways within the requested log.This is the name of the specified hypervisor.This is the current state of the specified hypervisor.state(HypervisorState state) This is the current state of the specified hypervisor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
hostThe server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN). - Parameters:
- host- The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
hypervisorArnThe Amazon Resource Name (ARN) of the hypervisor. - Parameters:
- hypervisorArn- The Amazon Resource Name (ARN) of the hypervisor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsKeyArnThe Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor. - Parameters:
- kmsKeyArn- The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastSuccessfulMetadataSyncTimeThis is the time when the most recent successful sync of metadata occurred. - Parameters:
- lastSuccessfulMetadataSyncTime- This is the time when the most recent successful sync of metadata occurred.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
latestMetadataSyncStatusThis is the most recent status for the indicated metadata sync. - Parameters:
- latestMetadataSyncStatus- This is the most recent status for the indicated metadata sync.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
latestMetadataSyncStatusThis is the most recent status for the indicated metadata sync. - Parameters:
- latestMetadataSyncStatus- This is the most recent status for the indicated metadata sync.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
latestMetadataSyncStatusMessageThis is the most recent status for the indicated metadata sync. - Parameters:
- latestMetadataSyncStatusMessage- This is the most recent status for the indicated metadata sync.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logGroupArnThe Amazon Resource Name (ARN) of the group of gateways within the requested log. - Parameters:
- logGroupArn- The Amazon Resource Name (ARN) of the group of gateways within the requested log.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThis is the name of the specified hypervisor. - Parameters:
- name- This is the name of the specified hypervisor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateThis is the current state of the specified hypervisor. The possible states are PENDING,ONLINE,OFFLINE, orERROR.- Parameters:
- state- This is the current state of the specified hypervisor.- The possible states are - PENDING,- ONLINE,- OFFLINE, or- ERROR.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThis is the current state of the specified hypervisor. The possible states are PENDING,ONLINE,OFFLINE, orERROR.- Parameters:
- state- This is the current state of the specified hypervisor.- The possible states are - PENDING,- ONLINE,- OFFLINE, or- ERROR.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-