Interface StartDeviceSyncRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartDeviceSyncRequest.Builder,StartDeviceSyncRequest>,SdkBuilder<StartDeviceSyncRequest.Builder,StartDeviceSyncRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartDeviceSyncRequest
public static interface StartDeviceSyncRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<StartDeviceSyncRequest.Builder,StartDeviceSyncRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDeviceSyncRequest.BuilderdeviceArn(String deviceArn)The ARN of the device to sync.StartDeviceSyncRequest.Builderfeatures(Collection<Feature> features)Request structure to start the device sync.StartDeviceSyncRequest.Builderfeatures(Feature... features)Request structure to start the device sync.StartDeviceSyncRequest.BuilderfeaturesWithStrings(String... features)Request structure to start the device sync.StartDeviceSyncRequest.BuilderfeaturesWithStrings(Collection<String> features)Request structure to start the device sync.StartDeviceSyncRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDeviceSyncRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDeviceSyncRequest.BuilderroomArn(String roomArn)The ARN of the room with which the device to sync is associated.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
roomArn
StartDeviceSyncRequest.Builder roomArn(String roomArn)
The ARN of the room with which the device to sync is associated. Required.
- Parameters:
roomArn- The ARN of the room with which the device to sync is associated. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceArn
StartDeviceSyncRequest.Builder deviceArn(String deviceArn)
The ARN of the device to sync. Required.
- Parameters:
deviceArn- The ARN of the device to sync. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featuresWithStrings
StartDeviceSyncRequest.Builder featuresWithStrings(Collection<String> features)
Request structure to start the device sync. Required.
- Parameters:
features- Request structure to start the device sync. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featuresWithStrings
StartDeviceSyncRequest.Builder featuresWithStrings(String... features)
Request structure to start the device sync. Required.
- Parameters:
features- Request structure to start the device sync. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
StartDeviceSyncRequest.Builder features(Collection<Feature> features)
Request structure to start the device sync. Required.
- Parameters:
features- Request structure to start the device sync. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
StartDeviceSyncRequest.Builder features(Feature... features)
Request structure to start the device sync. Required.
- Parameters:
features- Request structure to start the device sync. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDeviceSyncRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartDeviceSyncRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-