Interface VcenterBasedRemoteInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VcenterBasedRemoteInfo.Builder,
,VcenterBasedRemoteInfo> SdkBuilder<VcenterBasedRemoteInfo.Builder,
,VcenterBasedRemoteInfo> SdkPojo
- Enclosing class:
VcenterBasedRemoteInfo
@Mutable
@NotThreadSafe
public static interface VcenterBasedRemoteInfo.Builder
extends SdkPojo, CopyableBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the operating system.The type of the operating system.vcenterConfigurationTimeStamp
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
osType
The type of the operating system.
- Parameters:
osType
- The type of the operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
osType
The type of the operating system.
- Parameters:
osType
- The type of the operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-