public static interface StartDeviceSyncRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, build
StartDeviceSyncRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartDeviceSyncRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.