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 Details

    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.