public static interface DescribeGatewayCapabilityConfigurationResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribeGatewayCapabilityConfigurationResponse.Builder,DescribeGatewayCapabilityConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGatewayCapabilityConfigurationResponse.Builder |
capabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the gateway capability's configuration.
|
DescribeGatewayCapabilityConfigurationResponse.Builder |
capabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability.
|
DescribeGatewayCapabilityConfigurationResponse.Builder |
capabilitySyncStatus(CapabilitySyncStatus capabilitySyncStatus)
The synchronization status of the capability configuration.
|
DescribeGatewayCapabilityConfigurationResponse.Builder |
capabilitySyncStatus(String capabilitySyncStatus)
The synchronization status of the capability configuration.
|
DescribeGatewayCapabilityConfigurationResponse.Builder |
gatewayId(String gatewayId)
The ID of the gateway that defines the capability configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGatewayCapabilityConfigurationResponse.Builder gatewayId(String gatewayId)
The ID of the gateway that defines the capability configuration.
gatewayId - The ID of the gateway that defines the capability configuration.DescribeGatewayCapabilityConfigurationResponse.Builder capabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability.
capabilityNamespace - The namespace of the gateway capability.DescribeGatewayCapabilityConfigurationResponse.Builder capabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.
capabilityConfiguration - The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.DescribeGatewayCapabilityConfigurationResponse.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,
CapabilitySyncStatusDescribeGatewayCapabilityConfigurationResponse.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.