Interface TelemetryConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TelemetryConfiguration.Builder,TelemetryConfiguration>,SdkBuilder<TelemetryConfiguration.Builder,TelemetryConfiguration>,SdkPojo
- Enclosing class:
- TelemetryConfiguration
public static interface TelemetryConfiguration.Builder extends SdkPojo, CopyableBuilder<TelemetryConfiguration.Builder,TelemetryConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TelemetryConfiguration.BuilderconfigurationSyncStatus(String configurationSyncStatus)Synchronization status of the device reported configuration with the desired configuration.TelemetryConfiguration.BuilderconfigurationSyncStatus(ConfigurationSyncStatus configurationSyncStatus)Synchronization status of the device reported configuration with the desired configuration.TelemetryConfiguration.Buildertelemetry(String telemetry)Configure telemetry to be on or off.TelemetryConfiguration.Buildertelemetry(Telemetry telemetry)Configure telemetry to be on or off.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
configurationSyncStatus
TelemetryConfiguration.Builder configurationSyncStatus(String configurationSyncStatus)
Synchronization status of the device reported configuration with the desired configuration.- Parameters:
configurationSyncStatus- Synchronization status of the device reported configuration with the desired configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationSyncStatus,ConfigurationSyncStatus
-
configurationSyncStatus
TelemetryConfiguration.Builder configurationSyncStatus(ConfigurationSyncStatus configurationSyncStatus)
Synchronization status of the device reported configuration with the desired configuration.- Parameters:
configurationSyncStatus- Synchronization status of the device reported configuration with the desired configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationSyncStatus,ConfigurationSyncStatus
-
telemetry
TelemetryConfiguration.Builder telemetry(String telemetry)
Configure telemetry to be on or off.
-
telemetry
TelemetryConfiguration.Builder telemetry(Telemetry telemetry)
Configure telemetry to be on or off.
-
-