Interface ClientProperties.Builder

  • Method Details

    • reconnectEnabled

      ClientProperties.Builder reconnectEnabled(String reconnectEnabled)

      Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

      Parameters:
      reconnectEnabled - Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reconnectEnabled

      ClientProperties.Builder reconnectEnabled(ReconnectEnum reconnectEnabled)

      Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

      Parameters:
      reconnectEnabled - Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • logUploadEnabled

      ClientProperties.Builder logUploadEnabled(String logUploadEnabled)

      Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

      Parameters:
      logUploadEnabled - Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • logUploadEnabled

      ClientProperties.Builder logUploadEnabled(LogUploadEnum logUploadEnabled)

      Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

      Parameters:
      logUploadEnabled - Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: