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<String> features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
features(String... features)
Request structure to start the device sync.
|
StartDeviceSyncRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StartDeviceSyncRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 features(Collection<String> features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.StartDeviceSyncRequest.Builder features(String... features)
Request structure to start the device sync. Required.
features - Request structure to start the device sync. Required.StartDeviceSyncRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.StartDeviceSyncRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.