| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static Collector.Builder |
Collector.builder() |
Collector.Builder |
Collector.Builder.collectorHealth(CollectorHealth collectorHealth)
Indicates the health of a collector.
|
Collector.Builder |
Collector.Builder.collectorHealth(String collectorHealth)
Indicates the health of a collector.
|
Collector.Builder |
Collector.Builder.collectorId(String collectorId)
The ID of the collector.
|
Collector.Builder |
Collector.Builder.collectorVersion(String collectorVersion)
Current version of the collector that is running in the environment that you specify.
|
Collector.Builder |
Collector.Builder.hostName(String hostName)
Hostname of the server that is hosting the collector.
|
Collector.Builder |
Collector.Builder.ipAddress(String ipAddress)
IP address of the server that is hosting the collector.
|
Collector.Builder |
Collector.Builder.lastActivityTimeStamp(String lastActivityTimeStamp)
Time when the collector last pinged the service.
|
Collector.Builder |
Collector.Builder.registeredTimeStamp(String registeredTimeStamp)
Time when the collector registered with the service.
|
Collector.Builder |
Collector.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Collector.Builder> |
Collector.serializableBuilderClass() |
Copyright © 2022. All rights reserved.