public static interface StartDeviceSyncRequest.Builder extends AlexaForBusinessRequest.Builder, CopyableBuilder<StartDeviceSyncRequest.Builder,StartDeviceSyncRequest>
| Modifier and Type | Method and Description |
|---|---|
StartDeviceSyncRequest.Builder |
deviceArn(String deviceArn)
The ARN of the device to sync.
|
StartDeviceSyncRequest.Builder |
features(Collection<Feature> features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
features(Feature... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
featuresWithStrings(Collection<String> features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
featuresWithStrings(String... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartDeviceSyncRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StartDeviceSyncRequest.Builder |
roomArn(String roomArn)
The ARN of the room with which the device to sync is associated.
|
buildoverrideConfigurationcopyapplyMutation, buildStartDeviceSyncRequest.Builder roomArn(String roomArn)
The ARN of the room with which the device to sync is associated. Required.
roomArn - The ARN of the room with which the device to sync is associated. Required.StartDeviceSyncRequest.Builder deviceArn(String deviceArn)
The ARN of the device to sync. Required.
deviceArn - The ARN of the device to sync. Required.StartDeviceSyncRequest.Builder featuresWithStrings(Collection<String> features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.StartDeviceSyncRequest.Builder featuresWithStrings(String... features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.StartDeviceSyncRequest.Builder features(Collection<Feature> features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.StartDeviceSyncRequest.Builder features(Feature... features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.StartDeviceSyncRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StartDeviceSyncRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.