Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.SystemInfo.Builder
-
Packages that use SystemInfo.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of SystemInfo.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return SystemInfo.Builder Modifier and Type Method Description static SystemInfo.BuilderSystemInfo. builder()SystemInfo.BuilderSystemInfo.Builder. cpuArchitecture(String cpuArchitecture)CPU architecture type for the server.SystemInfo.BuilderSystemInfo.Builder. fileSystemType(String fileSystemType)File system type for the server.SystemInfo.BuilderSystemInfo.Builder. networkInfoList(Collection<NetworkInfo> networkInfoList)Networking information related to a server.SystemInfo.BuilderSystemInfo.Builder. networkInfoList(Consumer<NetworkInfo.Builder>... networkInfoList)Networking information related to a server.SystemInfo.BuilderSystemInfo.Builder. networkInfoList(NetworkInfo... networkInfoList)Networking information related to a server.default SystemInfo.BuilderSystemInfo.Builder. osInfo(Consumer<OSInfo.Builder> osInfo)Operating system corresponding to a server.SystemInfo.BuilderSystemInfo.Builder. osInfo(OSInfo osInfo)Operating system corresponding to a server.SystemInfo.BuilderSystemInfo. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type SystemInfo.Builder Modifier and Type Method Description static Class<? extends SystemInfo.Builder>SystemInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type SystemInfo.Builder Modifier and Type Method Description default ServerDetail.BuilderServerDetail.Builder. systemInfo(Consumer<SystemInfo.Builder> systemInfo)System information about the server.
-