public static interface UpdateGatewayCapabilityConfigurationRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateGatewayCapabilityConfigurationRequest.Builder,UpdateGatewayCapabilityConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayCapabilityConfigurationRequest.Builder |
capabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the configuration for the gateway capability.
|
UpdateGatewayCapabilityConfigurationRequest.Builder |
capabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability configuration to be updated.
|
UpdateGatewayCapabilityConfigurationRequest.Builder |
gatewayId(String gatewayId)
The ID of the gateway to be updated.
|
UpdateGatewayCapabilityConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGatewayCapabilityConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGatewayCapabilityConfigurationRequest.Builder gatewayId(String gatewayId)
The ID of the gateway to be updated.
gatewayId - The ID of the gateway to be updated.UpdateGatewayCapabilityConfigurationRequest.Builder capabilityNamespace(String capabilityNamespace)
The namespace of the gateway capability configuration to be updated. 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 gateway capability configuration to be updated. 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.UpdateGatewayCapabilityConfigurationRequest.Builder capabilityConfiguration(String capabilityConfiguration)
The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.
capabilityConfiguration - The JSON document that defines the configuration for the gateway capability. For more information, see
Configuring data sources (CLI) in the IoT SiteWise User Guide.UpdateGatewayCapabilityConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGatewayCapabilityConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.