| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static SystemInfo.Builder |
SystemInfo.builder() |
SystemInfo.Builder |
SystemInfo.Builder.cpuArchitecture(String cpuArchitecture)
CPU architecture type for the server.
|
SystemInfo.Builder |
SystemInfo.Builder.fileSystemType(String fileSystemType)
File system type for the server.
|
SystemInfo.Builder |
SystemInfo.Builder.networkInfoList(Collection<NetworkInfo> networkInfoList)
Networking information related to a server.
|
SystemInfo.Builder |
SystemInfo.Builder.networkInfoList(Consumer<NetworkInfo.Builder>... networkInfoList)
Networking information related to a server.
|
SystemInfo.Builder |
SystemInfo.Builder.networkInfoList(NetworkInfo... networkInfoList)
Networking information related to a server.
|
default SystemInfo.Builder |
SystemInfo.Builder.osInfo(Consumer<OSInfo.Builder> osInfo)
Operating system corresponding to a server.
|
SystemInfo.Builder |
SystemInfo.Builder.osInfo(OSInfo osInfo)
Operating system corresponding to a server.
|
SystemInfo.Builder |
SystemInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SystemInfo.Builder> |
SystemInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServerDetail.Builder |
ServerDetail.Builder.systemInfo(Consumer<SystemInfo.Builder> systemInfo)
System information about the server.
|
Copyright © 2023. All rights reserved.