Interface VcenterBasedRemoteInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>,SdkBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>,SdkPojo
- Enclosing class:
- VcenterBasedRemoteInfo
public static interface VcenterBasedRemoteInfo.Builder extends SdkPojo, CopyableBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VcenterBasedRemoteInfo.BuilderosType(String osType)The type of the operating system.VcenterBasedRemoteInfo.BuilderosType(OSType osType)The type of the operating system.VcenterBasedRemoteInfo.BuildervcenterConfigurationTimeStamp(String vcenterConfigurationTimeStamp)The time when the remote server based on vCenter was last configured.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
osType
VcenterBasedRemoteInfo.Builder osType(String osType)
The type of the operating system.
-
osType
VcenterBasedRemoteInfo.Builder osType(OSType osType)
The type of the operating system.
-
vcenterConfigurationTimeStamp
VcenterBasedRemoteInfo.Builder vcenterConfigurationTimeStamp(String vcenterConfigurationTimeStamp)
The time when the remote server based on vCenter was last configured.
- Parameters:
vcenterConfigurationTimeStamp- The time when the remote server based on vCenter was last configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-