public static interface GatewayCapabilitySummary.Builder extends SdkPojo, CopyableBuilder<GatewayCapabilitySummary.Builder,GatewayCapabilitySummary>
| Modifier and Type | Method and Description |
|---|---|
GatewayCapabilitySummary.Builder |
capabilityNamespace(String capabilityNamespace)
The namespace of the capability configuration.
|
GatewayCapabilitySummary.Builder |
capabilitySyncStatus(CapabilitySyncStatus capabilitySyncStatus)
The synchronization status of the capability configuration.
|
GatewayCapabilitySummary.Builder |
capabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewayCapabilitySummary.Builder capabilityNamespace(String capabilityNamespace)
The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT
SiteWise console, your OPC-UA capability configuration has the namespace
iotsitewise:opcuacollector:version, where version is a number such as
1.
capabilityNamespace - The namespace of the capability configuration. For example, if you configure OPC-UA sources from the
IoT SiteWise console, your OPC-UA capability configuration has the namespace
iotsitewise:opcuacollector:version, where version is a number such as
1.GatewayCapabilitySummary.Builder capabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC – The gateway is running the capability configuration.
OUT_OF_SYNC – The gateway hasn't received the capability configuration.
SYNC_FAILED – The gateway rejected the capability configuration.
capabilitySyncStatus - The synchronization status of the capability configuration. The sync status can be one of the
following:
IN_SYNC – The gateway is running the capability configuration.
OUT_OF_SYNC – The gateway hasn't received the capability configuration.
SYNC_FAILED – The gateway rejected the capability configuration.
CapabilitySyncStatus,
CapabilitySyncStatusGatewayCapabilitySummary.Builder capabilitySyncStatus(CapabilitySyncStatus capabilitySyncStatus)
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC – The gateway is running the capability configuration.
OUT_OF_SYNC – The gateway hasn't received the capability configuration.
SYNC_FAILED – The gateway rejected the capability configuration.
capabilitySyncStatus - The synchronization status of the capability configuration. The sync status can be one of the
following:
IN_SYNC – The gateway is running the capability configuration.
OUT_OF_SYNC – The gateway hasn't received the capability configuration.
SYNC_FAILED – The gateway rejected the capability configuration.
CapabilitySyncStatus,
CapabilitySyncStatusCopyright © 2022. All rights reserved.